XdsObjects Help file
XdsObjects Namespace / XdsObjectRefList Class / Add Method / Add(String) Method
UUID to add



Add(String) Method
Create a new XdsObjectRef item with the specified UUID and add it to the list
Syntax
Public Overloads Sub Add( _
   ByVal UUID As String _
) 
Dim instance As XdsObjectRefList
Dim UUID As String
 
instance.Add(UUID)
public void Add( 
   string UUID
)
public:
void Add( 
   String^ UUID
) 

Parameters

UUID
UUID to add
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