CustomReflectionContext.AddProperties(Type) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
在衍生類別中覆寫時,為指定的類型提供額外屬性集合,如這個反射內容所表示。
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 方法。