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
'Declaración
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.