ArcFM Responder Mobile Developer Guide
ListTreeAsXML Property (IMMListTreeAsXML2)






Syntax
'Declaration
 
<System.Runtime.InteropServices.DispIdAttribute(1610678274)>
Property ListTreeAsXML( _
   ByVal pProperties As ESRI.ArcGIS.esriSystem.IPropertySet _
) As System.String
'Usage
 
Dim instance As IMMListTreeAsXML2
Dim pProperties As ESRI.ArcGIS.esriSystem.IPropertySet
Dim value As System.String
 
instance.ListTreeAsXML(pProperties) = value
 
value = instance.ListTreeAsXML(pProperties)
[System.Runtime.InteropServices.DispId(1610678274)]
System.string ListTreeAsXML( 
   ESRI.ArcGIS.esriSystem.IPropertySet pProperties
) {get; set;}
read-write property ListTreeAsXML( 
    pProperties: ESRI.ArcGIS.esriSystem.IPropertySet
): System.String; 
System.Runtime.InteropServices.DispIdAttribute(1610678274)
function get,set ListTreeAsXML( 
   pProperties : ESRI.ArcGIS.esriSystem.IPropertySet
) : System.String
[System.Runtime.InteropServices.DispId(1610678274)]
__property System.string* get_ListTreeAsXML( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties
);
__property void set_ListTreeAsXML( 
   ESRI.ArcGIS.esriSystem.IPropertySet* pProperties,
   System.string* value
);
[System.Runtime.InteropServices.DispId(1610678274)]
property System.String^ ListTreeAsXML {
   System.String^ get(ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties);
   void set (ESRI.ArcGIS.esriSystem.IPropertySet^ pProperties, System.String^ value);
}

Parameters

pProperties
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

IMMListTreeAsXML2 Interface
IMMListTreeAsXML2 Members

Send Feedback