IFont.get_Name(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void get_Name([Runtime::InteropServices::Out] System::String ^ % pName);
public void get_Name (out string pName);
abstract member get_Name : string -> unit
Public Sub get_Name (ByRef pName As String)
Parameters
- pName
- String