AsParametersAttribute 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 parametr delegata procedury obsługi tras reprezentuje listę parametrów strukturalnych.
[System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)]
public sealed class AsParametersAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter, AllowMultiple=false, Inherited=false)>]
type AsParametersAttribute = class
inherit Attribute
Public NotInheritable Class AsParametersAttribute
Inherits Attribute
- Dziedziczenie
-
AsParametersAttribute
- Atrybuty
Konstruktory
AsParametersAttribute() |
Określa, że parametr delegata procedury obsługi tras reprezentuje listę parametrów strukturalnych. |