IPersistFile.GetCurFile(String) Method

Definition

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.

Applies to