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 the work items associated with this check-in.
Namespace: Microsoft.TeamFoundation.VersionControl.Client
Assembly: Microsoft.TeamFoundation.VersionControl.Client (in Microsoft.TeamFoundation.VersionControl.Client.dll)
Syntax
'Declaration
Public Property AssociatedWorkItems As WorkItemCheckinInfo()
Get
Set
public WorkItemCheckinInfo[] AssociatedWorkItems { get; set; }
public:
property array<WorkItemCheckinInfo^>^ AssociatedWorkItems {
array<WorkItemCheckinInfo^>^ get ();
void set (array<WorkItemCheckinInfo^>^ value);
}
member AssociatedWorkItems : WorkItemCheckinInfo[] with get, set
function get AssociatedWorkItems () : WorkItemCheckinInfo[]
function set AssociatedWorkItems (value : WorkItemCheckinInfo[])
Property Value
Type: array<Microsoft.TeamFoundation.VersionControl.Client.WorkItemCheckinInfo[]
The work items associated with this check-in.
.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.