Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Creates a new RegisteredWindowPane instance.
Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'Declaration
Public Sub New ( _
baseType As Type, _
windowPaneTypeName As String _
)
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.TypeThe kind of the window pane that is being registered.
windowPaneTypeName
Type: System.StringThe name of the window pane.
Remarks
Passing either value as NULL raises a ArgumentNullException exception.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.