TfvcShelveset Constructor (TfvcShelvesetRef)
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
shelvesetRef As TfvcShelvesetRef _
)
public TfvcShelveset(
TfvcShelvesetRef shelvesetRef
)
public:
TfvcShelveset(
TfvcShelvesetRef^ shelvesetRef
)
new :
shelvesetRef:TfvcShelvesetRef -> TfvcShelveset
public function TfvcShelveset(
shelvesetRef : TfvcShelvesetRef
)
Parameters
- shelvesetRef
Type: Microsoft.TeamFoundation.SourceControl.WebApi.TfvcShelvesetRef
.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.