Share via


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

値を持つアイテムです。

戻り値

イメージへの変換がサポートされている場合は、指定されたイメージ。それ以外の場合は null です。

適用対象