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