ClassWordDictionaryMetadataAttribute
Class
Definition
Namespace:Telerik.WinControls.SpellChecker.Proofing
Assembly:Telerik.WinControls.SpellChecker.dll
Syntax:
cs-api-definition
[MetadataAttribute]
[AttributeUsage(AttributeTargets.Class|AttributeTargets.Interface, AllowMultiple = false)]
public class WordDictionaryMetadataAttribute : InheritedExportAttribute, _Attribute, IWordDictionaryMetadata
Inheritance: objectAttributeExportAttributeInheritedExportAttributeWordDictionaryMetadataAttribute
Implements:
Inherited Members
Constructors
WordDictionaryMetadataAttribute(string)
Declaration
cs-api-definition
public WordDictionaryMetadataAttribute(string cultureName)
Parameters
cultureName
Properties
CultureName
Declaration
cs-api-definition
public string CultureName { get; protected set; }
Property Value
Implements