Compartir a través de


ViewContextAttribute Clase

Definición

Especifica que se debe establecer una propiedad auxiliar de etiquetas con el objeto actual ViewContext al crear el asistente de etiquetas. La propiedad debe tener un método de conjunto público.

public ref class ViewContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ViewContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ViewContextAttribute = class
    inherit Attribute
Public Class ViewContextAttribute
Inherits Attribute
Herencia
ViewContextAttribute
Atributos

Constructores

ViewContextAttribute()

Especifica que se debe establecer una propiedad auxiliar de etiquetas con el objeto actual ViewContext al crear el asistente de etiquetas. La propiedad debe tener un método de conjunto público.

Se aplica a