ScriptObject.GetProperties(BindingFlags) 方法

定義

取得 PropertyInfo 物件陣列,這些物件對應於目前指令碼物件的所有屬性。

此 API 支援此產品基礎結構,但無法直接用於程式碼之中。

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

參數

bindingAttr
BindingFlags

列舉值的位元組合,指定透過反映處理搜尋成員的方式。

傳回

物件的陣列,包含目前指令碼物件的所有屬性。

實作

適用於

另請參閱