AppInitStringBase.InferApplicationType 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
InferApplicationType(InitString) |
Infers the type of the application. |
InferApplicationType(String) |
Infers the type of the application. |
InferApplicationType(XmlDocument) |
Infers the type of the application. |
InferApplicationType(InitString)
Infers the type of the application.
public:
static int InferApplicationType(Microsoft::Uii::Common::InitString ^ initstring);
public static int InferApplicationType (Microsoft.Uii.Common.InitString initstring);
static member InferApplicationType : Microsoft.Uii.Common.InitString -> int
Public Shared Function InferApplicationType (initstring As InitString) As Integer
Parameters
- initstring
- InitString
Specifies the initialization string.
Returns
Applies to
InferApplicationType(String)
Infers the type of the application.
public:
static int InferApplicationType(System::String ^ initstring);
public static int InferApplicationType (string initstring);
static member InferApplicationType : string -> int
Public Shared Function InferApplicationType (initstring As String) As Integer
Parameters
- initstring
- String
Specifies the initialization string.
Returns
Applies to
InferApplicationType(XmlDocument)
Infers the type of the application.
public:
static int InferApplicationType(System::Xml::XmlDocument ^ initstring);
public static int InferApplicationType (System.Xml.XmlDocument initstring);
static member InferApplicationType : System.Xml.XmlDocument -> int
Public Shared Function InferApplicationType (initstring As XmlDocument) As Integer
Parameters
- initstring
- XmlDocument
Specifies the initialization string.