TemplateParameterPropertiesTypeAttribute Class

Used to specify what the data type is.

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

Syntax

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

Inheritance Hierarchy

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

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

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