EditorTabTextSettingsOption(String, Guid, IServiceProvider) Constructor

Definition

Initializes a new instance of the EditorTabTextSettingsOption class.

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

Parameters

name
String

A string value that specifies the name of the options page.

guid
Guid

The Guid identifier of the options page.

sp
IServiceProvider

A IServiceProvider object that represents the Visual Studio service provider.

Applies to