IFont.put_Weight Method

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

Syntax

'宣言
Function put_Weight ( _
    weight As Short _
) As Integer
'使用
Dim instance As IFont
Dim weight As Short
Dim returnValue As Integer

returnValue = instance.put_Weight(weight)
int put_Weight(
    short weight
)
int put_Weight(
    [InAttribute] short weight
)
function put_Weight(
    weight : short
) : int

Parameters

Return Value

Type: System.Int32

Permissions

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace