PropertyExtension<TTargetElementType>.GetValue 方法

取得元件中的屬性目前的值。

命名空間:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer
組件:  Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer (在 Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer.dll 中)

語法

'宣告
Public Overrides Function GetValue ( _
    component As Object _
) As Object
public override Object GetValue(
    Object component
)
public:
virtual Object^ GetValue(
    Object^ component
) override
abstract GetValue : 
        component:Object -> Object 
override GetValue : 
        component:Object -> Object 
public override function GetValue(
    component : Object
) : Object

參數

傳回值

型別:System.Object
如果沒有屬性值則為null

.NET Framework 安全性

請參閱

參考

PropertyExtension<TTargetElementType> 類別

Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間