共用方式為


ModelBusView.IsOperational 屬性

 

用來表示 ModelBusView 是否可使用的衍生類別旗標

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

語法

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

屬性值

Type: System.Boolean

請參閱

ModelBusView 類別
Microsoft.VisualStudio.Modeling.Integration 命名空間

回到頁首