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.
Creates a versioned moniker property-value.
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Public Sub New ( _
artifactSpec As ArtifactSpec, _
values As List(Of PropertyValue) _
)
public ArtifactPropertyValue(
ArtifactSpec artifactSpec,
List<PropertyValue> values
)
public:
ArtifactPropertyValue(
ArtifactSpec^ artifactSpec,
List<PropertyValue^>^ values
)
new :
artifactSpec:ArtifactSpec *
values:List<PropertyValue> -> ArtifactPropertyValue
public function ArtifactPropertyValue(
artifactSpec : ArtifactSpec,
values : List<PropertyValue>
)
Parameters
- artifactSpec
Type: Microsoft.TeamFoundation.Framework.Client.ArtifactSpec
The artifact specifier.
- values
Type: System.Collections.Generic.List<PropertyValue>
The value.
.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.