IWpfTableEntry.TryCreateImageContent(String, Boolean, ImageMoniker) 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.
Obtenez le ImageMoniker pour l’entrée et columnName
.
public:
bool TryCreateImageContent(System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public bool TryCreateImageContent (string columnName, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : string * bool * ImageMoniker -> bool
Public Function TryCreateImageContent (columnName As String, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean
Paramètres
- columnName
- String
Nom de la colonne pour laquelle obtenir le ImageMoniker.
- singleColumnView
- Boolean
true si le contrôle de table affiche tout dans une colonne unique.
- content
- ImageMoniker
ImageMoniker à afficher dans la colonne .
Retours
true si content
doit être utilisé.