Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
COM wrapper for a Windows font object. For more information, see IFont.
Namespace: Microsoft.VisualStudio.OLE.Interop
Assembly: Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)
Syntax
'Declaration
<GuidAttribute("BEF6E002-A874-101A-8BBA-00AA00300CAB")> _
<InterfaceTypeAttribute()> _
Public Interface IFont
'Usage
Dim instance As IFont
[GuidAttribute("BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[InterfaceTypeAttribute()]
public interface IFont
[GuidAttribute(L"BEF6E002-A874-101A-8BBA-00AA00300CAB")]
[InterfaceTypeAttribute()]
public interface class IFont
[<GuidAttribute("BEF6E002-A874-101A-8BBA-00AA00300CAB")>]
[<InterfaceTypeAttribute()>]
type IFont = interface end
public interface IFont