IPersistFile.Load(String, UInt32) Methode

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)

Parameter

pszFileName
String
dwMode
UInt32

Hinweise

Diese Methode muss im UI-Thread aufgerufen werden.

Gilt für