ArcFM Responder Mobile Developer Guide
ActiveNodeAsXML Property






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678278)>
ReadOnly Property ActiveNodeAsXML( _
   ByVal IncludeChildren As System.Boolean _
) As System.String
'Usage
 
Dim instance As IMMListTreeAsXML
Dim IncludeChildren As System.Boolean
Dim value As System.String
 
value = instance.ActiveNodeAsXML(IncludeChildren)
[System.Runtime.InteropServices.DispId(1610678278)]
System.string ActiveNodeAsXML( 
   System.bool IncludeChildren
) {get;}
read-only property ActiveNodeAsXML( 
    IncludeChildren: System.Boolean
): System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678278)
function get ActiveNodeAsXML( 
   IncludeChildren : System.boolean
) : System.String
[System.Runtime.InteropServices.DispId(1610678278)]
__property System.string* get_ActiveNodeAsXML( 
   System.bool IncludeChildren
);
[System.Runtime.InteropServices.DispId(1610678278)]
property System.String^ ActiveNodeAsXML {
   System.String^ get(System.bool IncludeChildren);
}

Parameters

IncludeChildren
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

Reference

IMMListTreeAsXML Interface
IMMListTreeAsXML Members

Send Feedback