次の方法で共有


VirtualTypeImplementor.GetField Method

Gets the value of the requested field.

Namespace:  Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

Syntax

'宣言
Public Overridable Function GetField ( _
    field As FieldInfo, _
    instance As Object _
) As Object
public virtual Object GetField(
    FieldInfo field,
    Object instance
)

Parameters

  • instance
    Type: System.Object
    The instance on which to retrieve the field. This may be nulla null reference (Nothing in Visual Basic) if the field is static.

Return Value

Type: System.Object
An object that represents the requested field.

Exceptions

Exception Condition
NotImplementedException

If non-abstract derived class did not provide an implementation by overriding this method.

.NET Framework Security

See Also

Reference

VirtualTypeImplementor Class

Microsoft.VisualStudio.Shell.Design Namespace