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
參數
- component
型別:System.Object
元件 (可以是 Null)
傳回值
型別:System.Object
如果沒有屬性值則為null
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。
請參閱
參考
PropertyExtension<TTargetElementType> 類別
Microsoft.VisualStudio.ArchitectureTools.Extensibility.Layer 命名空間