IDataObject.QueryGetData Method
Namespace: Microsoft.TeamFoundation.OfficeIntegration.Client
Assembly: Microsoft.TeamFoundation.Common.Library (in Microsoft.TeamFoundation.Common.Library.dll)
Syntax
'Declaration
Function QueryGetData ( _
a As Integer _
) As Integer
int QueryGetData(
int a
)
int QueryGetData(
int a
)
abstract QueryGetData :
a:int -> int
function QueryGetData(
a : int
) : int
Parameters
- a
Type: System.Int32
Return Value
Type: System.Int32
.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.