AsParametersAttribute クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ルート ハンドラー デリゲートのパラメーターが構造化パラメーター リストを表していることを指定します。
[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
- 継承
-
AsParametersAttribute
- 属性
コンストラクター
AsParametersAttribute() |
ルート ハンドラー デリゲートのパラメーターが構造化パラメーター リストを表していることを指定します。 |