Share via


IVsDataViewDocumentProvider.ShowMoniker(Int32) Method

Definition

When implemented by a class, indicates whether the document moniker is to be displayed on the specified document.

public:
 bool ShowMoniker(int itemId);
public bool ShowMoniker (int itemId);
abstract member ShowMoniker : int -> bool
Public 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.

Applies to