ArtifactSpec Constructor (Guid, Int32, Int32)
Initializes a new ArtifactSpec instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'宣告
Public Sub New ( _
kind As Guid, _
artifactId As Integer, _
version As Integer _
)
public ArtifactSpec(
Guid kind,
int artifactId,
int version
)
public:
ArtifactSpec(
Guid kind,
int artifactId,
int version
)
new :
kind:Guid *
artifactId:int *
version:int -> ArtifactSpec
public function ArtifactSpec(
kind : Guid,
artifactId : int,
version : int
)
Parameters
- kind
Type: System.Guid
The type of the artifact.
- artifactId
Type: System.Int32
The artifact ID.
- version
Type: System.Int32
The version of the artifact.
.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.