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.
Gets property-values associated with given artifact and property filters
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Declaration
Function GetProperties ( _
artifactSpecs As ArtifactSpec(), _
propertyNameFilters As String() _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
ArtifactSpec[] artifactSpecs,
string[] propertyNameFilters
)
array<ArtifactPropertyValue^>^ GetProperties(
array<ArtifactSpec^>^ artifactSpecs,
array<String^>^ propertyNameFilters
)
abstract GetProperties :
artifactSpecs:ArtifactSpec[] *
propertyNameFilters:string[] -> ArtifactPropertyValue[]
function GetProperties(
artifactSpecs : ArtifactSpec[],
propertyNameFilters : String[]
) : ArtifactPropertyValue[]
Parameters
artifactSpecs
Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactSpec[]an array of ArtifactSpecs
propertyNameFilters
Type: array<System.String[]and array of property name filters
Return Value
Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]
.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.