Share via


ObjectPickerWrapper.GetComputers Method

This API is not CLS-compliant. 

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

Syntax

'Declaration
<CLSCompliantAttribute(False)> _
Public Shared Sub GetComputers ( _
    hWnd As IntPtr, _
    domain As String, _
    ByRef count As Integer, _
    ByRef dataArray As DS_SELECTION() _
)
[CLSCompliantAttribute(false)]
public static void GetComputers(
    IntPtr hWnd,
    string domain,
    ref int count,
    ref DS_SELECTION[] dataArray
)
[CLSCompliantAttribute(false)]
public:
static void GetComputers(
    IntPtr hWnd, 
    String^ domain, 
    int% count, 
    array<DS_SELECTION>^% dataArray
)
[<CLSCompliantAttribute(false)>]
static member GetComputers : 
        hWnd:IntPtr * 
        domain:string * 
        count:int byref * 
        dataArray:DS_SELECTION[] byref -> unit 
public static function GetComputers(
    hWnd : IntPtr, 
    domain : String, 
    count : int, 
    dataArray : DS_SELECTION[]
)

Parameters

.NET Framework Security

See Also

Reference

ObjectPickerWrapper Class

Microsoft.TeamFoundation.OfficeIntegration.Client Namespace