DataParameter.GetValueImpl 方法
擷取指定之參數的值。
命名空間: Microsoft.VisualStudio.Data
組件: Microsoft.VisualStudio.Data (在 Microsoft.VisualStudio.Data.dll 中)
語法
'宣告
Protected MustOverride Function GetValueImpl As Object
protected abstract Object GetValueImpl()
protected:
virtual Object^ GetValueImpl() abstract
abstract GetValueImpl : unit -> Object
protected abstract function GetValueImpl() : Object
傳回值
型別:System.Object
傳回指定之參數的值。
備註
這個方法是由 Value 屬性的實作會呼叫。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。