VersionControlLabelDocument.CurrentFolder Property
The current folder in the label document that is shown in the right pane (ListView) and selected in the left pane (TreeView). To set this, use the Navigate() method.
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public ReadOnly Property CurrentFolder As VersionControlLabelDocumentItem
public VersionControlLabelDocumentItem CurrentFolder { get; }
public:
property VersionControlLabelDocumentItem^ CurrentFolder {
VersionControlLabelDocumentItem^ get ();
}
member CurrentFolder : VersionControlLabelDocumentItem with get
function get CurrentFolder () : VersionControlLabelDocumentItem
Property Value
Type: Microsoft.VisualStudio.TeamFoundation.VersionControl.VersionControlLabelDocumentItem
Returns VersionControlLabelDocumentItem.
.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
VersionControlLabelDocument Class
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace