RegistrationAttribute.RegistrationContext.RootFolder Property
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.9.0 (in Microsoft.VisualStudio.Shell.9.0.dll)
Syntax
'Declaration
Public MustOverride ReadOnly Property RootFolder As String
'Usage
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;
}
public abstract function get RootFolder () : String
Property Value
Type: System.String
.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