다음을 통해 공유


IVsDataViewDocumentProvider.ShowMoniker Method

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

‘선언
Function ShowMoniker ( _
    itemId As Integer _
) As Boolean
bool ShowMoniker(
    int itemId
)
bool ShowMoniker(
    int itemId
)
abstract ShowMoniker : 
        itemId:int -> bool 
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.

.NET Framework Security

See Also

Reference

IVsDataViewDocumentProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities Namespace