TfsModelExtensions.CreateWebApiItem Method (PendingChange, ShelvesetVersionSpec)
[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 CreateWebApiItem ( _
change As PendingChange, _
shelvesetSpec As ShelvesetVersionSpec _
) As TfvcItem
public static TfvcItem CreateWebApiItem(
PendingChange change,
ShelvesetVersionSpec shelvesetSpec
)
public:
static TfvcItem^ CreateWebApiItem(
PendingChange^ change,
ShelvesetVersionSpec^ shelvesetSpec
)
static member CreateWebApiItem :
change:PendingChange *
shelvesetSpec:ShelvesetVersionSpec -> TfvcItem
public static function CreateWebApiItem(
change : PendingChange,
shelvesetSpec : ShelvesetVersionSpec
) : TfvcItem
Parameters
- shelvesetSpec
Type: Microsoft.TeamFoundation.SourceControl.WebApi.ShelvesetVersionSpec
Return Value
Type: TfvcItem
.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.