TargetControlTypeAttribute(Type) Konstruktor
Definition
Viktigt
En del information gäller för förhandsversionen av en produkt och kan komma att ändras avsevärt innan produkten blir allmänt tillgänglig. Microsoft lämnar inga garantier, uttryckliga eller underförstådda, avseende informationen som visas här.
Initierar en ny instans av TargetControlTypeAttribute klassen.
public:
TargetControlTypeAttribute(Type ^ targetControlType);
public TargetControlTypeAttribute(Type targetControlType);
new System.Web.UI.TargetControlTypeAttribute : Type -> System.Web.UI.TargetControlTypeAttribute
Public Sub New (targetControlType As Type)
Parametrar
- targetControlType
- Type
Typ av målkontroll.
Undantag
targetControlType är null.