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.
Get the selected items. This can be either a ConnectTeamProjectItem or IConnectTeamProjectSubItem. Check the item type and cast to the appropriate object type.
Namespace: Microsoft.VisualStudio.TeamFoundation.Extensibility
Assembly: Microsoft.VisualStudio.TeamFoundation (in Microsoft.VisualStudio.TeamFoundation.dll)
Syntax
'Declaration
ReadOnly Property SelectedItems As Object()
Object[] SelectedItems { get; }
property array<Object^>^ SelectedItems {
array<Object^>^ get ();
}
abstract SelectedItems : Object[] with get
function get SelectedItems () : Object[]
Property Value
Type: array<System.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.Extensibility Namespace