Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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[]
- propertyNameFilters
Type: array<System.String[]
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.