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