RemoteTypeData.ElementType Field

Definition

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 

Field Value

Remarks

To determine whether a RemoteTypeData describes an array, use the IsArray field.

Applies to