Share via


AppInitStringBase.CreateAppInitStringType(Int32) Method

Definition

Creates the type of the application initialization string.

public:
 static Microsoft::Uii::Common::AppInitStringBase ^ CreateAppInitStringType(int applicationTypeId);
public static Microsoft.Uii.Common.AppInitStringBase CreateAppInitStringType(int applicationTypeId);
static member CreateAppInitStringType : int -> Microsoft.Uii.Common.AppInitStringBase
Public Shared Function CreateAppInitStringType (applicationTypeId As Integer) As AppInitStringBase

Parameters

applicationTypeId
Int32

Specifies the application type id.

Returns

app Init string

Applies to