TeamFoundationPropertyService.GetProperties Method (TeamFoundationRequestContext, IEnumerable<ArtifactSpec>, IEnumerable<String>, GetPropertiesOptions)
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetProperties ( _
requestContext As TeamFoundationRequestContext, _
artifactSpecs As IEnumerable(Of ArtifactSpec), _
propertyNameFilters As IEnumerable(Of String), _
options As GetPropertiesOptions _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetProperties(
TeamFoundationRequestContext requestContext,
IEnumerable<ArtifactSpec> artifactSpecs,
IEnumerable<string> propertyNameFilters,
GetPropertiesOptions options
)
public:
TeamFoundationDataReader^ GetProperties(
TeamFoundationRequestContext^ requestContext,
IEnumerable<ArtifactSpec^>^ artifactSpecs,
IEnumerable<String^>^ propertyNameFilters,
GetPropertiesOptions options
)
member GetProperties :
requestContext:TeamFoundationRequestContext *
artifactSpecs:IEnumerable<ArtifactSpec> *
propertyNameFilters:IEnumerable<string> *
options:GetPropertiesOptions -> TeamFoundationDataReader
public function GetProperties(
requestContext : TeamFoundationRequestContext,
artifactSpecs : IEnumerable<ArtifactSpec>,
propertyNameFilters : IEnumerable<String>,
options : GetPropertiesOptions
) : TeamFoundationDataReader
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- artifactSpecs
Type: System.Collections.Generic.IEnumerable<ArtifactSpec>
- propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>
Return Value
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationDataReader
.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.