IBehavior.Specification 屬性

該行為實行的行為功能。

命名空間:  Microsoft.VisualStudio.Uml.CommonBehaviors
組件:  Microsoft.VisualStudio.Uml.Interfaces (在 Microsoft.VisualStudio.Uml.Interfaces.dll 中)

語法

'宣告
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)

屬性值

型別:Microsoft.VisualStudio.Uml.Classes.IBehavioralFeature

.NET Framework 安全性

請參閱

參考

IBehavior 介面

Microsoft.VisualStudio.Uml.CommonBehaviors 命名空間