COMFieldInfo.FieldType 属性

定义

获取此字段的类型。Gets the type of this field.

此 API 支持产品基础结构,不能在代码中直接使用。

public:
 virtual property Type ^ FieldType { Type ^ get(); };
public override Type FieldType { get; }
member this.FieldType : Type
Public Overrides ReadOnly Property FieldType As Type

属性值

Type

Object 的类型。The type of Object.

适用于

另请参阅