IPersistFile.GetCurFile(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 GetCurFile([Runtime::InteropServices::Out] System::String ^ % ppszFileName);
void GetCurFile([Runtime::InteropServices::Out] std::wstring const & & ppszFileName);
public void GetCurFile (out string ppszFileName);
abstract member GetCurFile : string -> unit
Public Sub GetCurFile (ByRef ppszFileName As String)
Parameters
- ppszFileName
- String
Remarks
This method must be invoked on the UI thread.