Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
Gets or sets an array of work items to be included in the shelveset, and the associated action to be taken on each work item.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property WorkItemInfo As WorkItemCheckinInfo()
'Usage
Dim instance As Shelveset
Dim value As WorkItemCheckinInfo()
value = instance.WorkItemInfo
instance.WorkItemInfo = value
public WorkItemCheckinInfo[] WorkItemInfo { get; set; }
public:
property array<WorkItemCheckinInfo^>^ WorkItemInfo {
array<WorkItemCheckinInfo^>^ get ();
void set (array<WorkItemCheckinInfo^>^ value);
}
public function get WorkItemInfo () : WorkItemCheckinInfo[]
public function set WorkItemInfo (value : WorkItemCheckinInfo[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
.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.