Version

Select Method (IXamDiagramReplay)

Syntax
'Declaration
 
<TypeInfoMethod(Description="Select, or add to the existing selection of selected diagram items.", Documentation="Selects the diagram item [%a1].")>
Sub Select( _
   ByVal oItemArg As System.Object, _
   Optional ByVal bAdd As System.Boolean _
) 
[TypeInfoMethod(Description="Select, or add to the existing selection of selected diagram items.", Documentation="Selects the diagram item [%a1].")]
void Select( 
   System.object oItemArg,
   System.bool bAdd
)
[TypeInfoMethod(Description="Select, or add to the existing selection of selected diagram items.", Documentation="Selects the diagram item [%a1].")]
void Select( 
   System.Object* oItemArg,
   System.bool bAdd
) 

Parameters

oItemArg
bAdd
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