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

那個有價值的物品。

傳回

若支援轉換為影像,則指定為影像;否則為零。

適用於