IWpfTableEntriesSnapshot.CanCreateDetailsContent(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Indicates whether the virtual entry at position index
has details content that can be displayed.
public:
bool CanCreateDetailsContent(int index);
public:
bool CanCreateDetailsContent(int index);
bool CanCreateDetailsContent(int index);
public bool CanCreateDetailsContent (int index);
abstract member CanCreateDetailsContent : int -> bool
Public Function CanCreateDetailsContent (index As Integer) As Boolean
Parameters
- index
- Int32
Index of the virtual entry in the snapshot.
Returns
true if the entry has content that could be displayed.