VersionControlAnnotateChangesetItem.ItemType Property
Get the item type.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property ItemType As ItemType
public ItemType ItemType { get; }
public:
property ItemType ItemType {
ItemType get ();
}
member ItemType : ItemType with get
function get ItemType () : ItemType
Property Value
Type: Microsoft.TeamFoundation.VersionControl.Client.ItemType
Returns ItemType.
.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
VersionControlAnnotateChangesetItem Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace