AppInitStringBase.CreateAppInitStringType Method
Creates the type of the application initialization string.
Namespace: Microsoft.Uii.Common
Assembly: Microsoft.Uii.Common (in Microsoft.Uii.Common.dll)
Usage
'Usage
Dim applicationTypeId As Integer
Dim returnValue As AppInitStringBase
returnValue = AppInitStringBase.CreateAppInitStringType(applicationTypeId)
Syntax
'Declaration
Public Shared Function CreateAppInitStringType ( _
applicationTypeId As Integer _
) As AppInitStringBase
public static AppInitStringBase CreateAppInitStringType (
int applicationTypeId
)
public:
static AppInitStringBase^ CreateAppInitStringType (
int applicationTypeId
)
public static AppInitStringBase CreateAppInitStringType (
int applicationTypeId
)
public static function CreateAppInitStringType (
applicationTypeId : int
) : AppInitStringBase
Parameters
- applicationTypeId
Specifies the application type id.
Return Value
app Init string
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
AppInitStringBase Class
AppInitStringBase Members
Microsoft.Uii.Common Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.