WindowPaneProviderService.RegisteredWindowPane, constructeur

Crée une instance de RegisteredWindowPane.

Espace de noms :  Microsoft.VisualStudio.Shell.Design
Assembly :  Microsoft.VisualStudio.Shell.Design (dans Microsoft.VisualStudio.Shell.Design.dll)

Syntaxe

'Déclaration
Public Sub New ( _
    baseType As Type, _
    windowPaneTypeName As String _
)
public RegisteredWindowPane(
    Type baseType,
    string windowPaneTypeName
)

Paramètres

  • baseType
    Type : System.Type
    Le genre de volet de fenêtre qui est enregistré.
  • windowPaneTypeName
    Type : System.String
    Le nom du volet de fenêtre.

Remarques

Passant l'un ou l'autre de valeur en tant que NULL déclenche une exception d'ArgumentNullException.

Sécurité .NET Framework

Voir aussi

Référence

WindowPaneProviderService.RegisteredWindowPane Structure

Microsoft.VisualStudio.Shell.Design, espace de noms