InitString.Load 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.
Overloads
Load(String) |
Loads internal XML document from the specified file. |
Load(InitString) |
Load internal XML document from the specified initialization string. |
Load(String)
Loads internal XML document from the specified file.
public:
void Load(System::String ^ fileName);
public void Load (string fileName);
member this.Load : string -> unit
Public Sub Load (fileName As String)
Parameters
- fileName
- String
Specifies the file name.
Applies to
Load(InitString)
Load internal XML document from the specified initialization string.
public:
void Load(Microsoft::Uii::Common::InitString ^ initstring);
public void Load (Microsoft.Uii.Common.InitString initstring);
member this.Load : Microsoft.Uii.Common.InitString -> unit
Public Sub Load (initstring As InitString)
Parameters
- initstring
- InitString
Specifies the initialization string.