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.
Exposes the VSDiagramView that hosts the Diagram object wrapped by this ModelBusView as a Form control inside Visual Studio.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property VSDiagramView As VSDiagramView
public VSDiagramView VSDiagramView { get; }
public:
property VSDiagramView^ VSDiagramView {
VSDiagramView^ get ();
}
member VSDiagramView : VSDiagramView with get
function get VSDiagramView () : VSDiagramView
Property Value
Type: Microsoft.VisualStudio.Modeling.Shell.VSDiagramView
.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.