AsParametersAttribute Třída

Definice

Určuje, že parametr delegáta obslužné rutiny trasy představuje seznam strukturovaných parametrů.

[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
Dědičnost
AsParametersAttribute
Atributy

Konstruktory

AsParametersAttribute()

Určuje, že parametr delegáta obslužné rutiny trasy představuje seznam strukturovaných parametrů.

Platí pro