IFont.put_Name Method

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

Syntax

'Declaration
Sub put_Name ( _
    name As String _
)
void put_Name(
    string name
)
void put_Name(
    [InAttribute] String^ name
)
abstract put_Name : 
        name:string -> unit
function put_Name(
    name : String
)

Parameters

.NET Framework Security

See Also

Reference

IFont Interface

Microsoft.VisualStudio.OLE.Interop Namespace