TypeDelegator.GetProperties(BindingFlags) 方法

定義

傳回 PropertyInfo 物件的陣列,表示型別的屬性,該型別由目前的 TypeDelegator 所包裝。

public:
 override cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.PropertyInfo[] GetProperties (System.Reflection.BindingFlags bindingAttr);
override this.GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Overrides Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()

參數

bindingAttr
BindingFlags

位元遮罩,會影響搜尋的進行方式。 這個值是零或來自 BindingFlags 多個位元旗標的組合。

傳回

PropertyInfo 物件的陣列,表示在這個 TypeDelegator 上定義的屬性。

適用於