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.
Opens a specific view for the document.
Namespace: Microsoft.VisualStudio.Modeling.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Shell.11.0.dll)
Syntax
'Declaration
Public Overrides Sub OpenView ( _
logicalView As Guid, _
viewContext As Object _
)
public override void OpenView(
Guid logicalView,
Object viewContext
)
public:
virtual void OpenView(
Guid logicalView,
Object^ viewContext
) override
abstract OpenView :
logicalView:Guid *
viewContext:Object -> unit
override OpenView :
logicalView:Guid *
viewContext:Object -> unit
public override function OpenView(
logicalView : Guid,
viewContext : Object
)
Parameters
logicalView
Type: GuidThe view to open.
viewContext
Type: ObjectThe GUID that specifies the view to open. This GUID must match the value that is specified in the registry for the editor that supports this view.
.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.