When implemented by a class, indicates whether the document moniker is to be displayed on the specified document.
Namespace: Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly: Microsoft.VisualStudio.Data.Services (in Microsoft.VisualStudio.Data.Services.dll)
Syntax
'Declaration
Function ShowMoniker ( _
itemId As Integer _
) As Boolean
'Usage
Dim instance As IVsDataViewDocumentProvider
Dim itemId As Integer
Dim returnValue As Boolean
returnValue = instance.ShowMoniker(itemId)
bool ShowMoniker(
int itemId
)
bool ShowMoniker(
int itemId
)
function ShowMoniker(
itemId : int
) : boolean
Parameters
itemId
Type: System.Int32A numerical identifier for the node in the data view.
Return Value
Type: System.Boolean
true if the moniker is to be displayed; otherwise, false.
.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.
See Also
Reference
IVsDataViewDocumentProvider Interface
IVsDataViewDocumentProvider Members
Microsoft.VisualStudio.Data.Services.SupportEntities Namespace