PageBoundPropertyDescriptor クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
ページ バインド プロパティについて説明します。
public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor
public ref class PageBoundPropertyDescriptor : Microsoft::AspNetCore::Mvc::Abstractions::ParameterDescriptor, Microsoft::AspNetCore::Mvc::Infrastructure::IPropertyInfoParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor
public class PageBoundPropertyDescriptor : Microsoft.AspNetCore.Mvc.Abstractions.ParameterDescriptor, Microsoft.AspNetCore.Mvc.Infrastructure.IPropertyInfoParameterDescriptor
type PageBoundPropertyDescriptor = class
inherit ParameterDescriptor
type PageBoundPropertyDescriptor = class
inherit ParameterDescriptor
interface IPropertyInfoParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Public Class PageBoundPropertyDescriptor
Inherits ParameterDescriptor
Implements IPropertyInfoParameterDescriptor
- 継承
- 実装
コンストラクター
PageBoundPropertyDescriptor() |
ページ バインド プロパティについて説明します。 |
プロパティ
BindingInfo |
パラメーターの を BindingInfo 取得または設定します。 (継承元 ParameterDescriptor) |
Name |
パラメーター名を取得または設定します。 (継承元 ParameterDescriptor) |
ParameterType |
パラメーターの型を取得または設定します。 (継承元 ParameterDescriptor) |
Property |
このプロパティの を PropertyInfo 取得または設定します。 |
明示的なインターフェイスの実装
IPropertyInfoParameterDescriptor.PropertyInfo |
ページ バインド プロパティについて説明します。 |