Partager via


IVsDataViewDocumentProvider.ShowMoniker, méthode

Une fois implémentée par une classe, indique si le moniker du document doit être affiché dans le document spécifié.

Espace de noms :  Microsoft.VisualStudio.Data.Services.SupportEntities
Assembly :  Microsoft.VisualStudio.Data.Services (dans Microsoft.VisualStudio.Data.Services.dll)

Syntaxe

'Déclaration
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

Paramètres

  • itemId
    Type : Int32

    Un identificateur numérique pour le nœud dans la vue de données.

Valeur de retour

Type : Boolean
true si le moniker doit être restitué ; sinon, false.

Sécurité .NET Framework

Voir aussi

Référence

IVsDataViewDocumentProvider Interface

Microsoft.VisualStudio.Data.Services.SupportEntities, espace de noms