IPersistFile.Load(String, UInt32) Method

Definition

public:
 void Load(System::String ^ pszFileName, System::UInt32 dwMode);
public:
 void Load(Platform::String ^ pszFileName, unsigned int dwMode);
void Load(std::wstring const & pszFileName, unsigned int dwMode);
public void Load (string pszFileName, uint dwMode);
abstract member Load : string * uint32 -> unit
Public Sub Load (pszFileName As String, dwMode As UInteger)

Parameters

pszFileName
String
dwMode
UInt32

Remarks

This method must be invoked on the UI thread.

Applies to