ActivationObject.GetLocalField(String) Метод
Определение
Получает локальное объявление полей с заданными именами.Gets the local declaration of a field that has the specified name. Используется во время компиляции для проверки на наличие ошибок.This is used at compile time for error checking.
Этот API поддерживает инфраструктуру продукта и не предназначен для использования непосредственно из программного кода.
public:
virtual System::Reflection::FieldInfo ^ GetLocalField(System::String ^ name);
public virtual System.Reflection.FieldInfo GetLocalField (string name);
abstract member GetLocalField : string -> System.Reflection.FieldInfo
override this.GetLocalField : string -> System.Reflection.FieldInfo
Public Overridable Function GetLocalField (name As String) As FieldInfo
Параметры
- name
- String
Имя поля.The name of the field.
Возвраты
Локальное объявление поля.The local declaration of the field.