Nevron .NET Vision
Nevron.Dom Namespace / NInsertElementOperation Class / Composite Property


In This Topic
    Composite Property
    In This Topic
    Gets the composite element in which the element was inserted
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Composite As INElementComposite
    'Usage
     
    
    Dim instance As NInsertElementOperation
    Dim value As INElementComposite
     
    value = instance.Composite
    public INElementComposite Composite {get;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also