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

有值的項目。

傳回

Image

如果支援轉換為影像,則為指定的影像,否則為 null。

適用於