GlobalScope.GetField(String, Int32) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
藉由搜尋範圍階層架構,取得有指定之名稱的欄位。 這個方法只會搜尋語彙層級指定的範圍。
此 API 支援此產品基礎結構,但無法直接用於程式碼之中。
public:
override System::Reflection::FieldInfo ^ GetField(System::String ^ name, int lexLevel);
public override System.Reflection.FieldInfo GetField (string name, int lexLevel);
override this.GetField : string * int -> System.Reflection.FieldInfo
Public Overrides Function GetField (name As String, lexLevel As Integer) As FieldInfo
參數
- name
- String
要搜尋的欄位名稱。
- lexLevel
- Int32
要搜尋的語彙層級。
傳回
具有指定名稱的欄位。