CustomReflectionContext.AddProperties(Type) メソッド

定義

派生クラスでオーバーライドされた場合、このリフレクション コンテキストで表されるように、指定した型の追加プロパティのコレクションを提供します。

protected:
 virtual System::Collections::Generic::IEnumerable<System::Reflection::PropertyInfo ^> ^ AddProperties(Type ^ type);
protected virtual System.Collections.Generic.IEnumerable<System.Reflection.PropertyInfo> AddProperties(Type type);
abstract member AddProperties : Type -> seq<System.Reflection.PropertyInfo>
override this.AddProperties : Type -> seq<System.Reflection.PropertyInfo>
Protected Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)
Protected Iterator Overridable Function AddProperties (type As Type) As IEnumerable(Of PropertyInfo)

パラメーター

type
Type

プロパティを追加する型。

返品

指定した型の追加プロパティのコレクション。

注釈

このメソッドをオーバーライドして、特定の型に追加するプロパティを指定します。 プロパティを作成するには、 CreateProperty メソッドを使用します。

適用対象