VersionControlLabelDocumentItem.Item Property
If Exists is true, this property will be non-null.
The Item object for this item in the label.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property Item As Item
public Item Item { get; }
public:
property Item^ Item {
Item^ get ();
}
member Item : Item with get
function get Item () : Item
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.Item
Returns Item.
.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.
See Also
Reference
VersionControlLabelDocumentItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace