AppInitStringBase.ConvertToDifferentAppInitStringType(Int32) Method

Definition

Converts the application type to different app initialization string.

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

Parameters

applicationTypeId
Int32

Specifies the application type id.

Returns

App init string

Applies to