IExplorerPropertyDescriptor.GetValueAsImage(IExplorerItem) メソッド

定義

生のプロパティ値を画像に変換します。

public:
 System::Drawing::Image ^ GetValueAsImage(Microsoft::SqlServer::Management::Explorer::IExplorerItem ^ item);
public System.Drawing.Image GetValueAsImage(Microsoft.SqlServer.Management.Explorer.IExplorerItem item);
abstract member GetValueAsImage : Microsoft.SqlServer.Management.Explorer.IExplorerItem -> System.Drawing.Image
Public Function GetValueAsImage (item As IExplorerItem) As Image

パラメーター

item
IExplorerItem

価値のあるアイテムです。

返品

画像への変換がサポートされている場合に指定される画像;そうでなければ無効です。

適用対象