ViewContextAttribute Klasa
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Określa, że właściwość pomocnika tagu powinna być ustawiona z bieżącą wartością ViewContext podczas tworzenia pomocnika tagów. Właściwość musi mieć metodę zestawu publicznego.
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
- Dziedziczenie
-
ViewContextAttribute
- Atrybuty
Konstruktory
ViewContextAttribute() |
Określa, że właściwość pomocnika tagu powinna być ustawiona z bieżącą wartością ViewContext podczas tworzenia pomocnika tagów. Właściwość musi mieć metodę zestawu publicznego. |