Compartilhar via


Propriedade IPort.IsBehavior

True se as mensagens enviadas para esta porta serão manipuladas por proprietário próprio objeto, em vez de suas partes internas.

Namespace:  Microsoft.VisualStudio.Uml.CompositeStructures
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (em Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxe

'Declaração
Property IsBehavior As Boolean
    Get
    Set
bool IsBehavior { get; set; }
property bool IsBehavior {
    bool get ();
    void set (bool value);
}
abstract IsBehavior : bool with get, set
function get IsBehavior () : boolean
function set IsBehavior (value : boolean)

Valor de propriedade

Tipo: System.Boolean

Segurança do .NET Framework

Consulte também

Referência

IPort Interface

Namespace Microsoft.VisualStudio.Uml.CompositeStructures