DataViewDocumentProvider.ShowMoniker, méthode

Indique si le moniker du document doit être affiché dans le document spécifié.

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

Syntaxe

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

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.

Implémentations

IVsDataViewDocumentProvider.ShowMoniker(Int32)

Notes

Remarques à l'attention des héritiers

La classe dérivée doit substituer cette méthode.

Sécurité .NET Framework

Voir aussi

Référence

DataViewDocumentProvider Classe

Microsoft.VisualStudio.Data.Framework, espace de noms