Presentation Style SettingsLocation Property
This is overridden in derived classes to provide the location of the presentation style files
Definition
Namespace: Sandcastle.Core.PresentationStyle
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Typically, this will return the path of the executing assembly
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public abstract string Location { get; }VB
Public MustOverride ReadOnly Property Location As String
GetC++
public:
virtual property String^ Location {
String^ get () abstract;
}F#
abstract Location : string with getProperty Value
StringTypically, this will return the path of the executing assembly