VirtualTypeImplementor::GetField Method (FieldInfo^, Object^)
Visual Studio 2015
Gets the value of the requested field.
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Parameters
- field
-
Type:
System.Reflection::FieldInfo^
The field to get the value of.
- instance
-
Type:
System::Object^
The instance on which to retrieve the field. This may be null if the field is static.
| Exception | Condition |
|---|---|
| NotImplementedException | If non-abstract derived class did not provide an implementation by overriding this method. |
Show: