Share via


IEditorSettingsProvider.ThemeFileLocation Property

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.

See Also

Reference

IEditorSettingsProvider Interface

Microsoft.WebMatrix.Extensibility.Editor Namespace