Share via


TemplateUIAttribute Class

Attributes set on a DataModel property to have the property shown in the default UI.

Namespace: Microsoft.Expression.Encoder.Plugins.Templates
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
<AttributeUsageAttribute(AttributeTargets.Property)> _
Public NotInheritable Class TemplateUIAttribute
    Inherits Attribute
'Usage
Dim instance As TemplateUIAttribute
[AttributeUsageAttribute(AttributeTargets.Property)] 
public sealed class TemplateUIAttribute : Attribute
[AttributeUsageAttribute(AttributeTargets::Property)] 
public ref class TemplateUIAttribute sealed : public Attribute

Inheritance Hierarchy

System.Object
   System.Attribute
    Microsoft.Expression.Encoder.Plugins.Templates.TemplateUIAttribute

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003 , Windows Server 2008, and Windows 2000

Target Platforms

See Also

Reference

TemplateUIAttribute Members
Microsoft.Expression.Encoder.Plugins.Templates Namespace