Compartilhar via


Método IVsUIDataConverter.get_Type (String)

 

Retorna o tipo de lógico aos quais se aplica o conversor.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (em Microsoft.VisualStudio.Shell.Interop.10.0.dll)

Sintaxe

int get_Type(
    out string pTypeName
)
int get_Type(
    [OutAttribute] String^% pTypeName
)
abstract get_Type : 
        pTypeName:string byref -> int
Function get_Type (
    <OutAttribute> ByRef pTypeName As String
) As Integer

Parâmetros

  • pTypeName
    [out] Local para retornar uma seqüência de caracteres que representa o tipo de lógico.

Valor de retorno

Type: System.Int32

Retorna S_OK se o tipo foi retornado.

Consulte também

Interface IVsUIDataConverter
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo