Nota:
El acceso a esta página requiere autorización. Puede intentar iniciar sesión o cambiar directorios.
El acceso a esta página requiere autorización. Puede intentar cambiar los directorios.
Calling GetDocView will attach this VsModelingView instance to the ModelingDocView instance represented by it. The caller needs to explicitly call Show() to make the WindowFrame visible in VS, if was not already visible.
Namespace: Microsoft.VisualStudio.Modeling.Integration.Shell
Assembly: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0 (in Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.10.0.dll)
Syntax
'Declaración
Protected Function GetDocView As ModelingDocView
protected ModelingDocView GetDocView()
protected:
ModelingDocView^ GetDocView()
member GetDocView : unit -> ModelingDocView
protected function GetDocView() : ModelingDocView
Return Value
Type: Microsoft.VisualStudio.Modeling.Shell.ModelingDocView
ModelingDocView represented by this ModelBusView object
.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.