DataViewDocumentProvider.ShowMoniker(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 document moniker is to be displayed on the specified document.
public:
virtual bool ShowMoniker(int itemId);
public virtual bool ShowMoniker (int itemId);
abstract member ShowMoniker : int -> bool
override this.ShowMoniker : int -> bool
Public Overridable Function ShowMoniker (itemId As Integer) As Boolean
Parameters
- itemId
- Int32
A numerical identifier for the node in the data view.
Returns
true if the moniker is to be displayed; otherwise, false.