Udostępnij za pośrednictwem


Właściwość IOperation.IsQuery —

Ma wartość true, jeżeli wykonanie operacji opuszcza państwo systemu bez zmian.

Przestrzeń nazw:  Microsoft.VisualStudio.Uml.Classes
Zestaw:  Microsoft.VisualStudio.Uml.Interfaces (w Microsoft.VisualStudio.Uml.Interfaces.dll)

Składnia

'Deklaracja
Property IsQuery As Boolean
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)

Wartość właściwości

Typ: System.Boolean

Zabezpieczenia programu .NET Framework

Zobacz też

Informacje

IOperation Interfejs

Przestrzeń nazw Microsoft.VisualStudio.Uml.Classes