TfvcItemUtility.GetItem Method (TeamFoundationRequestContext, String, TfvcVersionDescriptor, ItemDetailsOptions)
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Namespace: Microsoft.TeamFoundation.SourceControl.WebApi
Assembly: Microsoft.TeamFoundation.SourceControl.WebApi (in Microsoft.TeamFoundation.SourceControl.WebApi.dll)
Syntax
'Declaration
Public Shared Function GetItem ( _
requestContext As TeamFoundationRequestContext, _
path As String, _
versionDescriptor As TfvcVersionDescriptor, _
details As ItemDetailsOptions _
) As TfvcItemsCollection
public static TfvcItemsCollection GetItem(
TeamFoundationRequestContext requestContext,
string path,
TfvcVersionDescriptor versionDescriptor,
ItemDetailsOptions details
)
public:
static TfvcItemsCollection^ GetItem(
TeamFoundationRequestContext^ requestContext,
String^ path,
TfvcVersionDescriptor^ versionDescriptor,
ItemDetailsOptions^ details
)
static member GetItem :
requestContext:TeamFoundationRequestContext *
path:string *
versionDescriptor:TfvcVersionDescriptor *
details:ItemDetailsOptions -> TfvcItemsCollection
public static function GetItem(
requestContext : TeamFoundationRequestContext,
path : String,
versionDescriptor : TfvcVersionDescriptor,
details : ItemDetailsOptions
) : TfvcItemsCollection
Parameters
- requestContext
Type: Microsoft.TeamFoundation.Framework.Server.TeamFoundationRequestContext
- path
Type: System.String
- versionDescriptor
Type: TfvcVersionDescriptor
- details
Type: ItemDetailsOptions
Return Value
Type: TfvcItemsCollection
.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.