ArtifactPropertyValue, constructeur (Guid, Int32, Int32, IEnumerable<PropertyValue>)
crée un nouvel artefact associé à un ensemble de paires valeur de propriété.
Espace de noms : Microsoft.TeamFoundation.Framework.Server
Assembly : Microsoft.TeamFoundation.Framework.Server (dans Microsoft.TeamFoundation.Framework.Server.dll)
Syntaxe
'Déclaration
Public Sub New ( _
kind As Guid, _
id As Integer, _
version As Integer, _
propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
Guid kind,
int id,
int version,
IEnumerable<PropertyValue> propertyValues
)
Paramètres
- kind
Type : System.Guid
- id
Type : System.Int32
- version
Type : System.Int32
- propertyValues
Type : System.Collections.Generic.IEnumerable<PropertyValue>
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.