Editar

Compartir a través de


COMFieldInfo.MemberType Property

Definition

Overloads

MemberType

This API supports the product infrastructure and is not intended to be used directly from your code.

Gets the type of member that this field is. Identifies the type of class derived from MemberInfo that this class derives from.

MemberType

Gets the type of member that this field is. Identifies the type of class derived from MemberInfo that this class derives from.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 virtual property System::Reflection::MemberTypes MemberType { System::Reflection::MemberTypes get(); };
public override System.Reflection.MemberTypes MemberType { get; }
member this.MemberType : System.Reflection.MemberTypes
Public Overrides ReadOnly Property MemberType As MemberTypes

Property Value

Field, because this class derives from FieldInfo.

See also

Applies to