IPropertyService.GetProperties Method (array<ArtifactSpec[], array<String[], GetPropertiesOptions)
Namespace: Microsoft.TeamFoundation.Framework.Client
Assembly: Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)
Syntax
'Декларация
Function GetProperties ( _
artifactSpecs As ArtifactSpec(), _
propertyNameFilters As String(), _
options As GetPropertiesOptions _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
ArtifactSpec[] artifactSpecs,
string[] propertyNameFilters,
GetPropertiesOptions options
)
array<ArtifactPropertyValue^>^ GetProperties(
array<ArtifactSpec^>^ artifactSpecs,
array<String^>^ propertyNameFilters,
GetPropertiesOptions options
)
abstract GetProperties :
artifactSpecs:ArtifactSpec[] *
propertyNameFilters:string[] *
options:GetPropertiesOptions -> ArtifactPropertyValue[]
function GetProperties(
artifactSpecs : ArtifactSpec[],
propertyNameFilters : String[],
options : GetPropertiesOptions
) : 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.