Share via


EditorTabTextSettingsOption Constructor

Initializes a new instance of the EditorTabTextSettingsOption class.

Namespace:  Microsoft.SqlServer.Management.UI.VSIntegration.Editors
Assembly:  SQLEditors.VS (in SQLEditors.VS.dll)

Syntax

'Declaration
Public Sub New ( _
    name As String, _
    guid As Guid, _
    sp As IServiceProvider _
)
'Usage
Dim name As String
Dim guid As Guid
Dim sp As IServiceProvider

Dim instance As New EditorTabTextSettingsOption(name, guid, _
    sp)
public EditorTabTextSettingsOption(
    string name,
    Guid guid,
    IServiceProvider sp
)
public:
EditorTabTextSettingsOption(
    String^ name, 
    Guid guid, 
    IServiceProvider^ sp
)
new : 
        name:string * 
        guid:Guid * 
        sp:IServiceProvider -> EditorTabTextSettingsOption
public function EditorTabTextSettingsOption(
    name : String, 
    guid : Guid, 
    sp : IServiceProvider
)

Parameters

  • name
    Type: System.String
    A string value that specifies the name of the options page.