LongRowSetKey Constructor
Namespace: Microsoft.TeamFoundation.WorkItemTracking.Proxy
Assembly: Microsoft.TeamFoundation.WorkItemTracking.Proxy (in Microsoft.TeamFoundation.WorkItemTracking.Proxy.dll)
Syntax
'Декларация
Public Sub New ( _
fldID As Integer, _
itemID As Integer _
)
public LongRowSetKey(
int fldID,
int itemID
)
public:
LongRowSetKey(
int fldID,
int itemID
)
new :
fldID:int *
itemID:int -> LongRowSetKey
public function LongRowSetKey(
fldID : int,
itemID : int
)
Parameters
- fldID
Type: System.Int32
- itemID
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.