Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Returns ArtifactPropertyValues for all artifacts in a kind which have specific properties set.
Namespace: Microsoft.TeamFoundation.Framework.Server
Assembly: Microsoft.TeamFoundation.Framework.Server (in Microsoft.TeamFoundation.Framework.Server.dll)
Syntax
'Declaration
Public Function GetProperties ( _
requestContext As TeamFoundationRequestContext, _
kind As Guid, _
propertyNameFilters As IEnumerable(Of String) _
) As TeamFoundationDataReader
public TeamFoundationDataReader GetProperties(
TeamFoundationRequestContext requestContext,
Guid kind,
IEnumerable<string> propertyNameFilters
)
public:
TeamFoundationDataReader^ GetProperties(
TeamFoundationRequestContext^ requestContext,
Guid kind,
IEnumerable<String^>^ propertyNameFilters
)
member GetProperties :
requestContext:TeamFoundationRequestContext *
kind:Guid *
propertyNameFilters:IEnumerable<string> -> TeamFoundationDataReader
public function GetProperties(
requestContext : TeamFoundationRequestContext,
kind : Guid,
propertyNameFilters : IEnumerable<String>
) : TeamFoundationDataReader
Parameters
requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContextThe TeamFoundationRequestContext
kind
Type: System.GuidArtifact Kind to filter on.
propertyNameFilters
Type: System.Collections.Generic.IEnumerable<String>List of filters
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.