RemoteTypeData.ElementType 字段

定义

表示此 RemoteTypeData 描述的远程数组类型中的元素类型。Represents the type of the elements in the remote array type that this RemoteTypeData describes.

public: System::AddIn::Contract::Automation::IRemoteTypeContract ^ ElementType;
public System.AddIn.Contract.Automation.IRemoteTypeContract ElementType;
val mutable ElementType : System.AddIn.Contract.Automation.IRemoteTypeContract
Public ElementType As IRemoteTypeContract 

字段值

IRemoteTypeContract

注解

若要确定是否 RemoteTypeData 描述数组,请使用 IsArray 字段。To determine whether a RemoteTypeData describes an array, use the IsArray field.

适用于