⚠️ Beta / Prerelease Documentation - Subject to change. (Api version 19.0.0.1401 | Published on 2026-02-23 14:57:33)
Search Results for

    Show / Hide Table of Contents

    Interface ISettingsAware<TSettings>

    Interface to mark a class with a certain Settings

    Namespace: Sdl.Desktop.IntegrationApi
    Assembly: Sdl.Desktop.IntegrationApi.dll
    Syntax
    public interface ISettingsAware<TSettings>
    Type Parameters
    Name Description
    TSettings

    Properties

    Settings

    Gets/Sets the settings

    Declaration
    TSettings Settings { get; set; }
    Property Value
    Type Description
    TSettings

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(object, Action<Window>)
    In this article
    Back to top Generated by DocFX