Nota
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare ad accedere o modificare le directory.
L'accesso a questa pagina richiede l'autorizzazione. È possibile provare a modificare le directory.
Gets or sets the root folder.
Namespace: Microsoft.VisualStudio.Shell
Assemblies: Microsoft.VisualStudio.Shell.Immutable.10.0 (in Microsoft.VisualStudio.Shell.Immutable.10.0.dll)
Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Dichiarazione
Public MustOverride ReadOnly Property RootFolder As String
Get
'Utilizzo
Dim instance As RegistrationAttribute..::..RegistrationContext
Dim value As String
value = instance.RootFolder
public abstract string RootFolder { get; }
public:
virtual property String^ RootFolder {
String^ get () abstract;
}
abstract RootFolder : string
abstract function get RootFolder () : String
Property Value
Type: System.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.
See Also
Reference
RegistrationAttribute.RegistrationContext Class