ProjectConfig.get_TargetCodePage Method

Returns the code page target.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function get_TargetCodePage ( _
    <OutAttribute> ByRef target As UInteger _
) As Integer
'使用
Dim instance As ProjectConfig
Dim target As UInteger
Dim returnValue As Integer

returnValue = instance.get_TargetCodePage(target)
public virtual int get_TargetCodePage(
    out uint target
)
public:
virtual int get_TargetCodePage(
    [OutAttribute] unsigned int% target
)
public function get_TargetCodePage(
    target : uint
) : int

Parameters

  • target
    Type: System.UInt32%

    [out] Code page identifier for this encoding.

Return Value

Type: System.Int32

S_OK if the method succeeds, otherwise an error code.

Implements

IVsProjectCfg2.get_TargetCodePage(UInt32%)
IVsDebuggableProjectCfg.get_TargetCodePage(UInt32%)
IVsProjectCfg.get_TargetCodePage(UInt32%)

Permissions

See Also

Reference

ProjectConfig Class

ProjectConfig Members

Microsoft.VisualStudio.Package Namespace

get_TargetCodePage