IFont.get_Weight Method

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

Syntax

‘선언
Sub get_Weight ( _
    <OutAttribute> ByRef pWeight As Short _
)
‘사용 방법
Dim instance As IFont
Dim pWeight As Short

instance.get_Weight(pWeight)
void get_Weight(
    out short pWeight
)
void get_Weight(
    [OutAttribute] short% pWeight
)
abstract get_Weight : 
        pWeight:int16 byref -> unit 
function get_Weight(
    pWeight : short
)

Parameters

.NET Framework Security

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace