InitString Constructor
Initializes a new instance of the InitString class.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim xml As String
Dim instance As New InitString(xml)
Syntax
'Declaration
Protected Sub New ( _
xml As String _
)
protected InitString (
string xml
)
protected:
InitString (
String^ xml
)
protected InitString (
String xml
)
protected function InitString (
xml : String
)
Parameters
- xml
Specifies the XML path.
Remarks
Platforms
See Also
Reference
InitString Class
InitString Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.