IWpfTableEntriesSnapshot.TryCreateImageContent 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
ImageMoniker取得位置index
與columnName
中虛擬專案的 。
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
如果數據表控件在單一數據行中顯示所有專案,則為 true。
- content
- ImageMoniker
要 ImageMoniker 顯示在資料列中的 。
傳回
如果應該使用,則 content
為 true。