Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
Gets or sets an array of the work items that are associated with the shelveset and their check-in behavior.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property WorkItemInfo As WorkItemCheckinInfo()
Get
Set
public WorkItemCheckinInfo[] WorkItemInfo { get; set; }
public:
property array<WorkItemCheckinInfo^>^ WorkItemInfo {
array<WorkItemCheckinInfo^>^ get ();
void set (array<WorkItemCheckinInfo^>^ value);
}
member WorkItemInfo : WorkItemCheckinInfo[] with get, set
function get WorkItemInfo () : WorkItemCheckinInfo[]
function set WorkItemInfo (value : WorkItemCheckinInfo[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
An array of the work items that are associated with the shelveset and their check-in behavior.
.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.