Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
'Declaration
Public ReadOnly Property Items As SelectionPair()
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.