IFont.put_Bold Method

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

Syntax

'宣言
Function put_Bold ( _
    bold As Integer _
) As Integer
'使用
Dim instance As IFont
Dim bold As Integer
Dim returnValue As Integer

returnValue = instance.put_Bold(bold)
int put_Bold(
    int bold
)
int put_Bold(
    [InAttribute] int bold
)
function put_Bold(
    bold : int
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace