IPersistFile.Load(String, UInt32) 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 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.