共用方式為


IOperation.IsQuery 屬性

如果執行作業會讓系統狀態保持不變,則為 true。

命名空間:  Microsoft.VisualStudio.Uml.Classes
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
Property IsQuery As Boolean
    Get
    Set
bool IsQuery { get; set; }
property bool IsQuery {
    bool get ();
    void set (bool value);
}
abstract IsQuery : bool with get, set
function get IsQuery () : boolean
function set IsQuery (value : boolean)

屬性值

型別:System.Boolean

.NET Framework 安全性

請參閱

參考

IOperation 介面

Microsoft.VisualStudio.Uml.Classes 命名空間