ArtifactSpec, constructeur (Guid, Int32, Int32)
Initialise une nouvelle instance d'ArtifactSpec.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
kind As Guid, _
artifactId As Integer, _
version As Integer _
)
public ArtifactSpec(
Guid kind,
int artifactId,
int version
)
Paramètres
- kind
Type : System.Guid
Type de l'artefact.
- artifactId
Type : System.Int32
Identification d'artefact
- version
Type : System.Int32
Version de l'artefact.
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.