WorkspaceSettingsChangedEventArgs(String, String) Constructor

Definition

Initializes a new instance of the WorkspaceSettingsChangedEventArgs class.

public:
 WorkspaceSettingsChangedEventArgs(System::String ^ type, System::String ^ scopePath);
public:
 WorkspaceSettingsChangedEventArgs(Platform::String ^ type, Platform::String ^ scopePath);
 WorkspaceSettingsChangedEventArgs(std::wstring const & type, std::wstring const & scopePath);
public WorkspaceSettingsChangedEventArgs (string type, string scopePath);
public WorkspaceSettingsChangedEventArgs (string type, string? scopePath);
new Microsoft.VisualStudio.Workspace.Settings.WorkspaceSettingsChangedEventArgs : string * string -> Microsoft.VisualStudio.Workspace.Settings.WorkspaceSettingsChangedEventArgs
Public Sub New (type As String, scopePath As String)

Parameters

type
String

settings type

scopePath
String

settings scope

Applies to