IExplorerPropertyDescriptor.GetValueAsImage(IExplorerItem) Method

Definition

Converts the raw property value to an image.

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

Parameters

item
IExplorerItem

The item which has the value.

Returns

An image that is specified if the conversion to image is supported; otherwise null.

Applies to