DOMNodeWrapper class

This member is reserved for internal use and is not intended to be used directly from your code.

Inheritance hierarchy

System.Object
  WrapperBase
    Microsoft.Office.Interop.InfoPath.SemiTrust.DOMNodeWrapper

Namespace:  Microsoft.Office.Interop.InfoPath.SemiTrust
Assembly:  Microsoft.Office.Interop.InfoPath.SemiTrust (in Microsoft.Office.Interop.InfoPath.SemiTrust.dll)

Syntax

'Declaration
<SecurityPermissionAttribute(SecurityAction.Assert, Flags := SecurityPermissionFlag.UnmanagedCode)> _
<PermissionSetAttribute(SecurityAction.InheritanceDemand, Name := "FullTrust")> _
Public Class DOMNodeWrapper _
    Inherits WrapperBase _
    Implements DOMNode, IXMLDOMDocument3, IXMLDOMDocument2, IXMLDOMDocument,  _
    IXMLDOMElement, IXMLDOMCDATASection, IXMLDOMText, IXMLDOMAttribute, IXMLDOMComment,  _
    IXMLDOMCharacterData, IXMLDOMProcessingInstruction, IXMLDOMDocumentFragment, IXMLDOMDocumentType, IXMLDOMEntity,  _
    IXMLDOMEntityReference, IXMLDOMNode, IXMLDOMImplementation
'Usage
Dim instance As DOMNodeWrapper
[SecurityPermissionAttribute(SecurityAction.Assert, Flags = SecurityPermissionFlag.UnmanagedCode)]
[PermissionSetAttribute(SecurityAction.InheritanceDemand, Name = "FullTrust")]
public class DOMNodeWrapper : WrapperBase, 
    DOMNode, IXMLDOMDocument3, IXMLDOMDocument2, IXMLDOMDocument, IXMLDOMElement, 
    IXMLDOMCDATASection, IXMLDOMText, IXMLDOMAttribute, IXMLDOMComment, IXMLDOMCharacterData, 
    IXMLDOMProcessingInstruction, IXMLDOMDocumentFragment, IXMLDOMDocumentType, IXMLDOMEntity, IXMLDOMEntityReference, 
    IXMLDOMNode, IXMLDOMImplementation

Thread safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See also

Reference

DOMNodeWrapper members

Microsoft.Office.Interop.InfoPath.SemiTrust namespace