IPropertyService.GetProperties Method (ArtifactSpec, array<String )

Namespace:  Microsoft.TeamFoundation.Framework.Client
Assembly:  Microsoft.TeamFoundation.Client (in Microsoft.TeamFoundation.Client.dll)

Syntax

‘선언
Function GetProperties ( _
    artifactSpec As ArtifactSpec, _
    propertyNameFilters As String() _
) As ArtifactPropertyValue()
ArtifactPropertyValue[] GetProperties(
    ArtifactSpec artifactSpec,
    string[] propertyNameFilters
)
array<ArtifactPropertyValue^>^ GetProperties(
    ArtifactSpec^ artifactSpec, 
    array<String^>^ propertyNameFilters
)
abstract GetProperties : 
        artifactSpec:ArtifactSpec * 
        propertyNameFilters:string[] -> ArtifactPropertyValue[] 
function GetProperties(
    artifactSpec : ArtifactSpec, 
    propertyNameFilters : String[]
) : ArtifactPropertyValue[]

Parameters

Return Value

Type: array<Microsoft.TeamFoundation.Framework.Client.ArtifactPropertyValue[]

.NET Framework Security

See Also

Reference

IPropertyService Interface

GetProperties Overload

Microsoft.TeamFoundation.Framework.Client Namespace