IFont.ReleaseHfont Method

Namespace:  Microsoft.VisualStudio.OLE.Interop
Assembly:  Microsoft.VisualStudio.OLE.Interop (in Microsoft.VisualStudio.OLE.Interop.dll)

Syntax

‘선언
Function ReleaseHfont ( _
    hFont As IntPtr _
) As Integer
‘사용 방법
Dim instance As IFont
Dim hFont As IntPtr
Dim returnValue As Integer

returnValue = instance.ReleaseHfont(hFont)
int ReleaseHfont(
    IntPtr hFont
)
int ReleaseHfont(
    [InAttribute] IntPtr hFont
)
abstract ReleaseHfont : 
        hFont:IntPtr -> int 
function ReleaseHfont(
    hFont : IntPtr
) : int

Parameters

Return Value

Type: System.Int32

.NET Framework Security

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace