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
- hWnd
Type: System.IntPtr
- domain
Type: System.String
- count
Type: System.Int32%
- dataArray
Type: array<Microsoft.TeamFoundation.OfficeIntegration.Client.DS_SELECTION[]%
.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.