Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the root folder.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RootFolder As String
public abstract string RootFolder { get; }
public:
virtual property String^ RootFolder {
String^ get () abstract;
}
abstract RootFolder : string with get
abstract function get RootFolder () : String
Property Value
Type: String
The root folder.
.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.