VsModelingView 類別
支援標準 VS DSL 設計工具編輯器建立和處理 ModelBusView。
命名空間: Microsoft.VisualStudio.Modeling.Integration.Shell
組件: Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll 中)
繼承階層架構
System.Object
Microsoft.VisualStudio.Modeling.Integration.ModelBusView
Microsoft.VisualStudio.Modeling.Integration.Shell.VsModelingView
Microsoft.VisualStudio.Modeling.Integration.Shell.StandardVsModelingDiagramView
語法
[CLSCompliantAttribute(false)]
public abstract class VsModelingView : ModelBusView
[CLSCompliantAttribute(false)]
public ref class VsModelingView abstract : ModelBusView
[<AbstractClass>]
[<CLSCompliantAttribute(false)>]
type VsModelingView =
class
inherit ModelBusView
end
<CLSCompliantAttribute(False)>
Public MustInherit Class VsModelingView
Inherits ModelBusView
建構函式
名稱 | 描述 | |
---|---|---|
![]() |
VsModelingView(ModelBusAdapter, ModelBusReference) | 建構函式 |
屬性
名稱 | 描述 | |
---|---|---|
![]() |
Adapter | 建立並擁有這個 ModelBusView 的 ModelBusAdapter 執行個體(繼承自 ModelBusView。) |
![]() |
IsOperational | 表示是否可在此執行個體上呼叫任何 ModelBusView 操作應用程式開發介面。(覆寫 ModelBusView.IsOperational。) |
![]() |
ViewReference | 用來建立此 ModelBusView 物件的參考識別項(繼承自 ModelBusView。) |
方法
名稱 | 描述 | |
---|---|---|
![]() |
Close() | 關閉這個 ModelBusView 所表示的 WindowFrame。不會提供與此 ModelBusView 相關聯之 DocData 的持續性。(覆寫 ModelBusView.Close()。) |
![]() |
Equals(Object) | (繼承自 Object。) |
![]() |
Finalize() | (繼承自 Object。) |
![]() |
GetDocView() | 呼叫 GetDocView 會將這個 VsModelingView 執行個體附加至其所代表的 ModelingDocView 執行個體。呼叫端必須明確地呼叫 Show(),才能在 VS 中顯示 WindowFrame (如果未顯示)。 |
![]() |
GetHashCode() | (繼承自 Object。) |
![]() |
GetType() | (繼承自 Object。) |
![]() |
Hide() | 隱藏這個 ModelBusView 所代表的 WindowFrame。基礎檢視容器仍會在記憶體中。(覆寫 ModelBusView.Hide()。) |
![]() |
MemberwiseClone() | (繼承自 Object。) |
![]() |
Open() | 開啟/附加至此 ModelBusView 所代表的基礎編輯器物件。(覆寫 ModelBusView.Open()。) |
![]() |
SetSelection(IEnumerable<ModelBusReference>) | 選取此 ModelBusView 中的參考所識別的項目(繼承自 ModelBusView。) |
![]() |
SetSelection(ModelBusReference) | 選取此 ModelBusView 中的參考所識別的項目(繼承自 ModelBusView。) |
![]() |
Show() | 啟用這個 ModelBusView 所表示的 WindowFrame,並在其上設定焦點(覆寫 ModelBusView.Show()。) |
![]() |
ToString() | (繼承自 Object。) |
執行緒安全
這個類型的任何公用靜態 (在 Visual Basic 中為 Shared) 成員都是安全執行緒。不保證任何執行個體成員是安全執行緒。
請參閱
Microsoft.VisualStudio.Modeling.Integration.Shell 命名空間
回到頁首