Compartilhar via


Método IVsDebuggableProjectCfg.get_TargetCodePage (UInt32)

 

Publicado: abril de 2016

Método obsoleto.Não use.

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

Sintaxe

int get_TargetCodePage(
    out uint puiTargetCodePage
)
int get_TargetCodePage(
    [OutAttribute] unsigned int% puiTargetCodePage
)
abstract get_TargetCodePage : 
        puiTargetCodePage:uint32 byref -> int
Function get_TargetCodePage (
    <OutAttribute> ByRef puiTargetCodePage As UInteger
) As Integer

Parâmetros

  • puiTargetCodePage
    Não use.

Valor de retorno

Type: System.Int32

Implementações

IVsProjectCfg.get_TargetCodePage(UInt32)

Consulte também

Interface IVsDebuggableProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo