Compartir a través de


IBehavior.Specification (Propiedad)

La característica de comportamiento que implementa el comportamiento.

Espacio de nombres:  Microsoft.VisualStudio.Uml.CommonBehaviors
Ensamblado:  Microsoft.VisualStudio.Uml.Interfaces (en Microsoft.VisualStudio.Uml.Interfaces.dll)

Sintaxis

'Declaración
Property Specification As IBehavioralFeature
IBehavioralFeature Specification { get; set; }
property IBehavioralFeature^ Specification {
    IBehavioralFeature^ get ();
    void set (IBehavioralFeature^ value);
}
abstract Specification : IBehavioralFeature with get, set
function get Specification () : IBehavioralFeature
function set Specification (value : IBehavioralFeature)

Valor de propiedad

Tipo: Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature

Seguridad de .NET Framework

Vea también

Referencia

IBehavior Interfaz

Microsoft.VisualStudio.Uml.CommonBehaviors (Espacio de nombres)