ResultsSettingsOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the ResultsSettingsOption class.

public:
 ResultsSettingsOption(System::String ^ name, Guid guid, IServiceProvider ^ sp);
public ResultsSettingsOption (string name, Guid guid, IServiceProvider sp);
new Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ResultsSettingsOption : string * Guid * IServiceProvider -> Microsoft.SqlServer.Management.UI.VSIntegration.Editors.ResultsSettingsOption
Public Sub New (name As String, guid As Guid, sp As IServiceProvider)

Parameters

name
String

A string that specifies the name of the options page.

guid
Guid

The Guid identifier of the options page.

sp
IServiceProvider

The IServiceProvider of the Visual Studio service provider.

Applies to