Class SharedResourcePathExtension

    Definition

    Namespace:
    Tizen.NUI.Xaml
    Assembly:
    Tizen.NUI.dll

    Provide application's shared resource path for xaml.

    public class SharedResourcePathExtension : IMarkupExtension<string>, IMarkupExtension
    Inheritance
    object
    SharedResourcePathExtension
    Implements
    IMarkupExtension<string>
    IMarkupExtension

    Constructors

    View Source

    SharedResourcePathExtension()

    Provide application's shared resource path for xaml.

    Declaration
    public SharedResourcePathExtension()

    Properties

    View Source

    FilePath

    User should specify file path as a content of this extension.

    Declaration
    public string FilePath { get; set; }
    Property Value
    Type Description
    string

    Methods

    View Source

    ProvideValue(IServiceProvider)

    Declaration
    public string ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    Returns
    Type Description
    string

    Explicit Interface Implementations

    View Source

    IMarkupExtension.ProvideValue(IServiceProvider)

    Declaration
    object IMarkupExtension.ProvideValue(IServiceProvider serviceProvider)
    Parameters
    Type Name Description
    IServiceProvider serviceProvider
    Returns
    Type Description
    object

    Implements

    IMarkupExtension<T>
    IMarkupExtension

    Extension Methods

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