Share via


IExplorerPropertyDescriptor.GetValue(IExplorerItem) メソッド

定義

未処理のプロパティ値を取得し、型への変換を指定します。

public:
 System::Object ^ GetValue(Microsoft::SqlServer::Management::Explorer::IExplorerItem ^ item);
public object GetValue (Microsoft.SqlServer.Management.Explorer.IExplorerItem item);
abstract member GetValue : Microsoft.SqlServer.Management.Explorer.IExplorerItem -> obj
Public Function GetValue (item As IExplorerItem) As Object

パラメーター

item
IExplorerItem

値を持つアイテムです。

戻り値

未処理のプロパティ値を表すオブジェクトです。

適用対象