IReflect.GetProperties(BindingFlags) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
擷取 PropertyInfo 物件陣列,對應於所有公用屬性或所有目前類別的屬性。
public:
cli::array <System::Reflection::PropertyInfo ^> ^ GetProperties(System::Reflection::BindingFlags bindingAttr);
public System.Reflection.PropertyInfo[] GetProperties (System.Reflection.BindingFlags bindingAttr);
abstract member GetProperties : System.Reflection.BindingFlags -> System.Reflection.PropertyInfo[]
Public Function GetProperties (bindingAttr As BindingFlags) As PropertyInfo()
參數
- bindingAttr
- BindingFlags
繫結屬性,用來控制搜尋。
傳回
所有屬性的 PropertyInfo 物件陣列,定義於反映物件上。