Sdílet prostřednictvím


IBehavior.Specification – vlastnost

Behaviorální funkce, který implementuje chování.

Obor názvů:  Microsoft.VisualStudio.Uml.CommonBehaviors
Sestavení:  Microsoft.VisualStudio.Uml.Interfaces (v Microsoft.VisualStudio.Uml.Interfaces.dll)

Syntaxe

'Deklarace
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)

Hodnota vlastnosti

Typ: Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature

Zabezpečení rozhraní .NET Framework

Viz také

Referenční dokumentace

IBehavior Rozhraní

Microsoft.VisualStudio.Uml.CommonBehaviors – obor názvů