ObjectPickerWrapper.GetSelectedAccounts Method

This API is not CLS-compliant. 

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

Syntax

‘선언
<CLSCompliantAttribute(False)> _
Public Shared Sub GetSelectedAccounts ( _
    hWnd As IntPtr, _
    machineName As String, _
    IsMultiSelected As Boolean, _
    AllowGroups As Boolean, _
    IncludeComputers As Boolean, _
    attributeNames As String(), _
    ByRef count As Integer, _
    ByRef dataArray As DS_SELECTION(), _
    ByRef dsAttributesCount As Integer, _
    ByRef dsAttributes As DS_SELECTION_ATTRIBUTES() _
)
[CLSCompliantAttribute(false)]
public static void GetSelectedAccounts(
    IntPtr hWnd,
    string machineName,
    bool IsMultiSelected,
    bool AllowGroups,
    bool IncludeComputers,
    string[] attributeNames,
    ref int count,
    ref DS_SELECTION[] dataArray,
    ref int dsAttributesCount,
    ref DS_SELECTION_ATTRIBUTES[] dsAttributes
)
[CLSCompliantAttribute(false)]
public:
static void GetSelectedAccounts(
    IntPtr hWnd, 
    String^ machineName, 
    bool IsMultiSelected, 
    bool AllowGroups, 
    bool IncludeComputers, 
    array<String^>^ attributeNames, 
    int% count, 
    array<DS_SELECTION>^% dataArray, 
    int% dsAttributesCount, 
    array<DS_SELECTION_ATTRIBUTES^>^% dsAttributes
)
[<CLSCompliantAttribute(false)>]
static member GetSelectedAccounts : 
        hWnd:IntPtr * 
        machineName:string * 
        IsMultiSelected:bool * 
        AllowGroups:bool * 
        IncludeComputers:bool * 
        attributeNames:string[] * 
        count:int byref * 
        dataArray:DS_SELECTION[] byref * 
        dsAttributesCount:int byref * 
        dsAttributes:DS_SELECTION_ATTRIBUTES[] byref -> unit 
public static function GetSelectedAccounts(
    hWnd : IntPtr, 
    machineName : String, 
    IsMultiSelected : boolean, 
    AllowGroups : boolean, 
    IncludeComputers : boolean, 
    attributeNames : String[], 
    count : int, 
    dataArray : DS_SELECTION[], 
    dsAttributesCount : int, 
    dsAttributes : DS_SELECTION_ATTRIBUTES[]
)

Parameters

.NET Framework Security

See Also

Reference

ObjectPickerWrapper Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace