Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Indicates whether the document moniker is to be displayed on the specified document.
Namespace: Microsoft.VisualStudio.Data.Framework
Assembly: Microsoft.VisualStudio.Data.Framework (in Microsoft.VisualStudio.Data.Framework.dll)
Syntax
'Declaration
Public Overridable Function ShowMoniker ( _
itemId As Integer _
) As Boolean
public virtual bool ShowMoniker(
int itemId
)
public:
virtual bool ShowMoniker(
int itemId
)
abstract ShowMoniker :
itemId:int -> bool
override ShowMoniker :
itemId:int -> bool
public function ShowMoniker(
itemId : int
) : boolean
Parameters
- itemId
Type: System.Int32
A numerical identifier for the node in the data view.
Return Value
Type: System.Boolean
true if the moniker is to be displayed; otherwise, false.
Implements
IVsDataViewDocumentProvider.ShowMoniker(Int32)
Remarks
Notes to Inheritors
The derived class should override this method.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.