DiffOptions.GetCodePage Method
Namespace: Microsoft.TeamFoundation.VersionControl.Common
Assembly: Microsoft.TeamFoundation.VersionControl.Common (in Microsoft.TeamFoundation.VersionControl.Common.dll)
Syntax
'Dichiarazione
Public Function GetCodePage ( _
fallbackCodePage As Integer _
) As Integer
public int GetCodePage(
int fallbackCodePage
)
public:
int GetCodePage(
int fallbackCodePage
)
member GetCodePage :
fallbackCodePage:int -> int
public function GetCodePage(
fallbackCodePage : int
) : int
Parameters
- fallbackCodePage
Type: System.Int32
Return Value
Type: System.Int32
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.