ArtifactPropertyValue, constructeur (ArtifactSpec, String, Nullable<Int32>)
Crée une valeur de propriété nonversioned moniker.
Espace de noms : Microsoft.TeamFoundation.Framework.Client
Assembly : Microsoft.TeamFoundation.Client (dans Microsoft.TeamFoundation.Client.dll)
Syntaxe
'Déclaration
Public Sub New ( _
artifactSpec As ArtifactSpec, _
propertyName As String, _
value As Nullable(Of Integer) _
)
public ArtifactPropertyValue(
ArtifactSpec artifactSpec,
string propertyName,
Nullable<int> value
)
Paramètres
- artifactSpec
Type : Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
Le spécificateur de l'artefact.
- propertyName
Type : System.String
Nom de propriété.
- value
Type : System.Nullable<Int32>
Valeur.
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.