TemplateUIAttribute Class

Attribute set on a DataModal property to have property shown in our 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
/** @attribute AttributeUsageAttribute(AttributeTargets.Property) */ 
public final class TemplateUIAttribute extends Attribute
AttributeUsageAttribute(AttributeTargets.Property) 
public final class TemplateUIAttribute extends 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.

See Also

Reference

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