ArtifactPropertyValue, constructeur (Guid, String, 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, _
moniker As String, _
version As Integer, _
propertyValues As IEnumerable(Of PropertyValue) _
)
public ArtifactPropertyValue(
Guid kind,
string moniker,
int version,
IEnumerable<PropertyValue> propertyValues
)
Paramètres
- kind
Type : System.Guid
- moniker
Type : System.String
- 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.