FolderDiffFontAndColors.GetFont Method
Namespace: Microsoft.VisualStudio.TeamFoundation.VersionControl
Assembly: Microsoft.VisualStudio.TeamFoundation.VersionControl (in Microsoft.VisualStudio.TeamFoundation.VersionControl.dll)
Syntax
'Declaration
Public Function GetFont ( _
pInfo As FontInfo() _
) As Integer
public int GetFont(
FontInfo[] pInfo
)
public:
virtual int GetFont(
array<FontInfo>^ pInfo
) sealed
abstract GetFont :
pInfo:FontInfo[] -> int
override GetFont :
pInfo:FontInfo[] -> int
public final function GetFont(
pInfo : FontInfo[]
) : int
Parameters
- pInfo
Type: array<Microsoft.VisualStudio.Shell.Interop.FontInfo[]
Return Value
Type: System.Int32
Returns Int32.
Implements
IVsFontAndColorDefaults.GetFont(array<FontInfo[])
.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.
See Also
Reference
Microsoft.VisualStudio.TeamFoundation.VersionControl Namespace