Class TerminologyProviderWinFormsUIAttribute
Extension attribute for registering a terminology provider Windows Forms user interface component that provides user interface for specific types of terminology providers.
Implements
Inherited Members
Namespace: SdlSdl.TerminologySdl.Terminology.TerminologyProviderCore
Assembly: Sdl.Terminology.TerminologyProvider.Core.dll
Syntax
[ExtensionPointInfo("Terminology Provider Windows Forms Components", ExtensionPointBehavior.Static)]
[AttributeUsage(AttributeTargets.Class, AllowMultiple = false)]
public sealed class TerminologyProviderWinFormsUIAttribute : ExtensionAttribute, _Attribute
Remarks
Use this extension attribute to mark up implementations of ITerminologyProviderWinFormsUI.
Constructors
TerminologyProviderWinFormsUIAttribute()
Declaration
public TerminologyProviderWinFormsUIAttribute()
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 |