BaseUIHierarchy.HierarchyDataObject.Items Property

Gets the array of SelectionPair objects representing the items associated with this data object.

Namespace:  Microsoft.TeamFoundation.Common
Assembly:  Microsoft.VisualStudio.TeamFoundation.Client (in Microsoft.VisualStudio.TeamFoundation.Client.dll)

Syntax

‘선언
Public ReadOnly Property Items As SelectionPair()
    Get
public SelectionPair[] Items { get; }
public:
property array<SelectionPair>^ Items {
    array<SelectionPair>^ get ();
}
member Items : SelectionPair[]
function get Items () : SelectionPair[]

Property Value

Type: array<Microsoft.TeamFoundation.Common.SelectionPair[]
The array of SelectionPair objects representing the items associated with this data object.

.NET Framework Security

See Also

Reference

BaseUIHierarchy.HierarchyDataObject Class

Microsoft.TeamFoundation.Common Namespace