Nevron .NET Vision
Nevron.Dom Namespace / NRemoveElementOperation Class / CompositeElement Property


In This Topic
    CompositeElement Property
    In This Topic
    Gets the unique id of the composite element in which the element was inserted
    Syntax
    'Declaration
     
    
    Public ReadOnly Property CompositeElement As INElementComposite
    'Usage
     
    
    Dim instance As NRemoveElementOperation
    Dim value As INElementComposite
     
    value = instance.CompositeElement
    public INElementComposite CompositeElement {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