次の方法で共有


IWpfTableEntry.TryCreateImageContent(String, Boolean, ImageMoniker) メソッド

定義

ImageMonikerエントリと 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

パラメーター

columnName
String

を取得する列の ImageMoniker名前。

singleColumnView
Boolean

テーブル コントロールが 1 つの列にすべてを表示している場合は true。

content
ImageMoniker

ImageMoniker列に表示する 。

戻り値

を使用する必要がある場合 content は true。

適用対象