Share via


IdentityGridControl.SelectedIdentities Method

This API supports the Team Foundation Server infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.TeamFoundation.Controls
Assembly:  Microsoft.TeamFoundation (in Microsoft.TeamFoundation.dll)

Syntax

'Declaration
Public Function SelectedIdentities As List(Of Identity)
'Usage
Dim instance As IdentityGridControl 
Dim returnValue As List(Of Identity)

returnValue = instance.SelectedIdentities()
public List<Identity> SelectedIdentities()
public:
List<Identity^>^ SelectedIdentities()
public function SelectedIdentities() : List<Identity>

Return Value

Type: System.Collections.Generic.List<Identity>

.NET Framework Security

See Also

Reference

IdentityGridControl Class

IdentityGridControl Members

Microsoft.TeamFoundation.Controls Namespace