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 Byte(), _
version As Integer _
)
public ArtifactSpec(
Guid kind,
byte[] artifactId,
int version
)
public:
ArtifactSpec(
Guid kind,
array<unsigned char>^ artifactId,
int version
)
new :
kind:Guid *
artifactId:byte[] *
version:int -> ArtifactSpec
public function ArtifactSpec(
kind : Guid,
artifactId : byte[],
version : int
)
Parameters
- kind
Type: System.Guid
The type of the artifact.
- artifactId
Type: array<System.Byte[]
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.