Freigeben über


IBehavior.Specification-Eigenschaft

Die Funktion zum Verhalten, die das Verhalten implementiert.

Namespace:  Microsoft.VisualStudio.Uml.CommonBehaviors
Assembly:  Microsoft.VisualStudio.Uml.Interfaces (in Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntax

'Declaration
Property Specification As IBehavioralFeature
    Get
    Set
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)

Eigenschaftswert

Typ: Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature

.NET Framework-Sicherheit

Siehe auch

Referenz

IBehavior Schnittstelle

Microsoft.VisualStudio.Uml.CommonBehaviors-Namespace