Condividi tramite


Costruttore WindowPaneProviderService.RegisteredWindowPane

crea una nuova istanza di RegisteredWindowPane .

Spazio dei nomi:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Sintassi

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

Parametri

  • baseType
    Tipo: System.Type
    Il tipo del riquadro che durante la registrazione.

Note

Passando il valore come NULL genera un'eccezione di ArgumentNullException .

Sicurezza di .NET Framework

Vedere anche

Riferimenti

WindowPaneProviderService.RegisteredWindowPane Struttura

Spazio dei nomi Microsoft.VisualStudio.Shell.Design