Search Results for

    Show / Hide Table of Contents

    Class TellMeSearchProviderAttribute

    Extension attribute for registering Tell Me search provider

    Inheritance
    System.Object
    TellMeSearchProviderAttribute
    Namespace: Sdl.TellMe.ProviderApi
    Assembly: Sdl.TellMe.ProviderApi.dll
    Syntax
    [AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
    public sealed class TellMeSearchProviderAttribute : ExtensionAttribute
    Remarks

    Use this extension attribute to mark up implementations of ITellMePluginLoader.

    Constructors

    TellMeSearchProviderAttribute()

    Declaration
    public TellMeSearchProviderAttribute()

    Methods

    Validate(IExtensionAttributeInfo, IExtensionValidationContext)

    Validates an extension targeting this extension point. This method is called by the framework while generating the plug-in manifest.

    Declaration
    public override void Validate(IExtensionAttributeInfo info, IExtensionValidationContext context)
    Parameters
    Type Name Description
    IExtensionAttributeInfo info

    Information about the extension.

    IExtensionValidationContext context

    Provides functionality to validate extensions targeting the extension point and report warning or error messages

    Extension Methods

    WindowsControlUtils.ForWindowFromFrameworkElement(Object, Action<Window>)

    On this page

    • Constructors
      • TellMeSearchProviderAttribute()
    • Methods
      • Validate(IExtensionAttributeInfo, IExtensionValidationContext)
    • Extension Methods
    Back to top Generated by DocFX