IVsDataViewDocumentProvider.ShowMoniker (Método)

Cuando es implementada por una clase, indica si el moniker del documento debe aparecer en el documento especificado.

Espacio de nombres:  Microsoft.VisualStudio.Data.Services.SupportEntities
Ensamblado:  Microsoft.VisualStudio.Data.Services (en Microsoft.VisualStudio.Data.Services.dll)

Sintaxis

'Declaración
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

Parámetros

  • itemId
    Tipo: System.Int32
    Identificador numérico del nodo en la vista de datos.

Valor devuelto

Tipo: System.Boolean
true si el moniker a mostrar; si no, false.

Seguridad de .NET Framework

Vea también

Referencia

IVsDataViewDocumentProvider Interfaz

Microsoft.VisualStudio.Data.Services.SupportEntities (Espacio de nombres)