共用方式為


VsModelingView.IsOperational 屬性

 

表示是否可在此執行個體上呼叫任何 ModelBusView 操作應用程式開發介面。

命名空間:   Microsoft.VisualStudio.Modeling.Integration.Shell
組件:  Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Integration.Shell.12.0.dll 中)

語法

public override bool IsOperational { get; }
public:
property bool IsOperational {
    virtual bool get() override;
}
override IsOperational : bool with get
Public Overrides ReadOnly Property IsOperational As Boolean

屬性值

Type: System.Boolean

請參閱

VsModelingView 類別
Microsoft.VisualStudio.Modeling.Integration.Shell 命名空間

回到頁首