IExplorerPropertyDescriptor.GetValueAsImage(IExplorerItem) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Convertit la valeur de propriété brute en 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
Paramètres
- item
- IExplorerItem
Élément qui a la valeur.
Retours
Image qui est spécifiée si la conversion en image est prise en charge ; sinon, Null.