ChangesetUri.Decode Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common.Integration (in Microsoft.TeamFoundation.VersionControl.Common.Integration.dll)
Syntax
声明
Public Shared Sub Decode ( _
changesetArtifactName As String, _
<OutAttribute> ByRef changesetId As Integer _
)
public static void Decode(
string changesetArtifactName,
out int changesetId
)
public:
static void Decode(
String^ changesetArtifactName,
[OutAttribute] int% changesetId
)
static member Decode :
changesetArtifactName:string *
changesetId:int byref -> unit
public static function Decode(
changesetArtifactName : String,
changesetId : int
)
Parameters
- changesetArtifactName
Type: System.String
- changesetId
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.