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.
Applies to v2.
Gets or sets the theme file location.
Namespace: Microsoft.WebMatrix.Extensibility.Editor
Assembly: Microsoft.WebMatrix.Extensibility (in Microsoft.WebMatrix.Extensibility.dll)
Syntax
'Declaration
Property ThemeFileLocation As String
Get
Set
'Usage
Dim instance As IEditorSettingsProvider
Dim value As String
value = instance.ThemeFileLocation
instance.ThemeFileLocation = value
string ThemeFileLocation { get; set; }
property String^ ThemeFileLocation {
String^ get ();
void set (String^ value);
}
abstract ThemeFileLocation : string with get, set
function get ThemeFileLocation () : String
function set ThemeFileLocation (value : String)
Property Value
Type: System.String
The theme file location.