ActionContextAttribute Kelas
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Menentukan bahwa properti pengontrol harus diatur dengan saat ini ActionContext saat membuat pengontrol. Properti harus memiliki metode set publik.
public ref class ActionContextAttribute : Attribute
[System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)]
public class ActionContextAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Property, AllowMultiple=false, Inherited=true)>]
type ActionContextAttribute = class
inherit Attribute
Public Class ActionContextAttribute
Inherits Attribute
- Warisan
-
ActionContextAttribute
- Atribut
Konstruktor
ActionContextAttribute() |
Menentukan bahwa properti pengontrol harus diatur dengan saat ini ActionContext saat membuat pengontrol. Properti harus memiliki metode set publik. |