WorkspaceSettingsChangedEventArgs.ScopePath Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The relative path to location under workspace folders, that is affected by the particular change. This is related to the Settings scope used to acquire the settings from Settings manager such that any such location under The value presented here should be considered invalidated.
public:
property System::String ^ ScopePath { System::String ^ get(); };
public:
property Platform::String ^ ScopePath { Platform::String ^ get(); };
public string ScopePath { get; }
public string? ScopePath { get; }
member this.ScopePath : string
Public ReadOnly Property ScopePath As String