共用方式為


IStereotypePropertyInstance.Value 屬性

此造型執行個體的屬性值。

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

語法

'宣告
Property Value As String
    Get
    Set
string Value { get; set; }
property String^ Value {
    String^ get ();
    void set (String^ value);
}
abstract Value : string with get, set
function get Value () : String
function set Value (value : String)

屬性值

型別:System.String

.NET Framework 安全性

請參閱

參考

IStereotypePropertyInstance 介面

Microsoft.VisualStudio.Uml.Classes 命名空間