IFont.Clone Method

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

Syntax

‘선언
Sub Clone ( _
    <OutAttribute> ByRef ppFont As IFont _
)
‘사용 방법
Dim instance As IFont
Dim ppFont As IFont

instance.Clone(ppFont)
void Clone(
    out IFont ppFont
)
void Clone(
    [OutAttribute] IFont^% ppFont
)
abstract Clone : 
        ppFont:IFont byref -> unit 
function Clone(
    ppFont : IFont
)

Parameters

.NET Framework Security

See Also

Reference

IFont Interface

IFont Members

Microsoft.VisualStudio.OLE.Interop Namespace