IFont.get_Bold Method

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

Syntax

‘선언
Sub get_Bold ( _
    <OutAttribute> ByRef pBold As Integer _
)
‘사용 방법
Dim instance As IFont
Dim pBold As Integer

instance.get_Bold(pBold)
void get_Bold(
    out int pBold
)
void get_Bold(
    [OutAttribute] int% pBold
)
abstract get_Bold : 
        pBold:int byref -> unit 
function get_Bold(
    pBold : int
)

Parameters

.NET Framework Security

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace