RenderWithAttribute Classe

Definizione

Associare una visualizzazione al renderer.

[System.AttributeUsage(System.AttributeTargets.Class)]
public sealed class RenderWithAttribute : Attribute
type RenderWithAttribute = class
    inherit Attribute
Ereditarietà
System.Attribute
RenderWithAttribute
Attributi
System.AttributeUsageAttribute

Commenti

Lazily assoicate a view with it's renderer.

Costruttori

RenderWithAttribute(Type, Type[])

Associare una visualizzazione al renderer.

RenderWithAttribute(Type)

La visualizzazione per il rendering.

Proprietà

SupportedVisuals

Associare una visualizzazione al renderer.

Type

Il renderer per la visualizzazione corrente.

Si applica a