InitString(String) Constructor
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.
Initializes a new instance of the InitString class.
protected:
InitString(System::String ^ xml);
protected InitString (string xml);
new Microsoft.Uii.Common.InitString : string -> Microsoft.Uii.Common.InitString
Protected Sub New (xml As String)
Parameters
- xml
- String
Specifies the XML path.