IExplorerPropertyDescriptor.GetValueAsImage(IExplorerItem) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將原始屬性值轉換成圖片。
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
那個有價值的物品。
傳回
若支援轉換為影像,則指定為影像;否則為零。