Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Initializes a new ArtifactSpec instance.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
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.GuidThe type of the artifact.
artifactId
Type: System.Int32The artifact ID.
version
Type: System.Int32The 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.