TemplatePartAttribute TemplatePartAttribute TemplatePartAttribute TemplatePartAttribute Class

Definition

Represents an attribute that is applied to the class definition to identify the types of the named parts that are used for templating.

public : sealed class TemplatePartAttribute : Attributepublic sealed class TemplatePartAttribute : AttributePublic NotInheritable Class TemplatePartAttribute Inherits Attribute// This API is not available in Javascript.
Attributes
Windows 10 requirements
Device family
Windows 10 (introduced v10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v1)

Constructors

TemplatePartAttribute() TemplatePartAttribute() TemplatePartAttribute() TemplatePartAttribute()

Initializes a new instance of the TemplatePartAttribute class.

public : TemplatePartAttribute()public TemplatePartAttribute()Public Sub New()// This API is not available in Javascript.

See Also