Enum ApplicationComponentType

    Definition

    Namespace:
    Tizen.Applications
    Assembly:
    Tizen.Applications.Common.dll

    Enumeration for application component type.

    public enum ApplicationComponentType

    Fields

    Name Description
    ComponentBasedApplication

    Component type is component-based application.

    ServiceApplication

    Component type is service application.

    UIApplication

    Component type is ui application.

    WatchApplication

    Component type is watch application.

    WidgetApplication

    Component type is widget application.

    Extension Methods

    EXamlExtensions.LoadFromEXaml<ApplicationComponentType>(ApplicationComponentType, string)
    EXamlExtensions.LoadFromEXamlByRelativePath<ApplicationComponentType>(ApplicationComponentType, string)
    EXamlExtensions.LoadFromEXamlPath<ApplicationComponentType>(ApplicationComponentType, string)
    EXamlExtensions.LoadFromEXamlPath<ApplicationComponentType>(ApplicationComponentType, Type)
    Extensions.LoadFromXaml<ApplicationComponentType>(ApplicationComponentType, string)
    Extensions.LoadFromXaml<ApplicationComponentType>(ApplicationComponentType, Type)
    Extensions.LoadFromXamlFile<ApplicationComponentType>(ApplicationComponentType, string)
    • View Source
    Back to top Copyright © 2016-2025 Samsung
    Generated by DocFX