WindowPaneProviderService.RegisteredWindowPane Constructor

Creates a new RegisteredWindowPane instance.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

‘선언
Public Sub New ( _
    baseType As Type, _
    windowPaneTypeName As String _
)
‘사용 방법
Dim baseType As Type
Dim windowPaneTypeName As String

Dim instance As New WindowPaneProviderService..::..RegisteredWindowPane(baseType, _
    windowPaneTypeName)
public RegisteredWindowPane(
    Type baseType,
    string windowPaneTypeName
)
public:
RegisteredWindowPane(
    Type^ baseType, 
    String^ windowPaneTypeName
)
new : 
        baseType:Type * 
        windowPaneTypeName:string -> RegisteredWindowPane
public function WindowPaneProviderService..::..RegisteredWindowPane(
    baseType : Type, 
    windowPaneTypeName : String
)

Parameters

  • baseType
    Type: System.Type
    The kind of the window pane that is being registered.
  • windowPaneTypeName
    Type: System.String
    The name of the window pane.

Remarks

Passing either value as NULL raises a ArgumentNullException exception.

.NET Framework Security

See Also

Reference

WindowPaneProviderService.RegisteredWindowPane Structure

WindowPaneProviderService.RegisteredWindowPane Members

Microsoft.VisualStudio.Shell.Design Namespace