次の方法で共有


IWpfTableEntriesSnapshot.TryCreateImageContent メソッド

定義

ImageMoniker位置indexcolumnNameで仮想エントリの を取得します。

public:
 bool TryCreateImageContent(int index, System::String ^ columnName, bool singleColumnView, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Imaging::Interop::ImageMoniker % content);
public bool TryCreateImageContent (int index, string columnName, bool singleColumnView, out Microsoft.VisualStudio.Imaging.Interop.ImageMoniker content);
abstract member TryCreateImageContent : int * string * bool * ImageMoniker -> bool
Public Function TryCreateImageContent (index As Integer, columnName As String, singleColumnView As Boolean, ByRef content As ImageMoniker) As Boolean

パラメーター

index
Int32

スナップショット内の仮想エントリのインデックス。

columnName
String

を取得する列の ImageMoniker名前。

singleColumnView
Boolean

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

content
ImageMoniker

ImageMoniker列に表示する 。

戻り値

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

適用対象