TfsChangeList Constructor
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi.Legacy
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Sub New ( _
isShelveset As Boolean _
)
public TfsChangeList(
bool isShelveset
)
public:
TfsChangeList(
bool isShelveset
)
new :
isShelveset:bool -> TfsChangeList
public function TfsChangeList(
isShelveset : boolean
)
Parameters
- isShelveset
Type: System.Boolean
.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.
See Also
Reference
Microsoft.TeamFoundation.SourceControl.WebApi.Legacy Namespace