RenderWithAttribute Classe

Definizione

Associare una visualizzazione al renderer.

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

Commenti

Associa lazily a una vista con il renderer.

Costruttori

RenderWithAttribute(Type)

La visualizzazione per il rendering.

RenderWithAttribute(Type, Type[])

Associare una visualizzazione al renderer.

Proprietà

SupportedVisuals

Associare una visualizzazione al renderer.

Type

Il renderer per la visualizzazione corrente.

Si applica a