Argument.ArgumentType プロパティ

定義

この Argument にバインドされたデータのデータ型を取得します。

public:
 property Type ^ ArgumentType { Type ^ get(); };
public Type ArgumentType { get; }
member this.ArgumentType : Type
Public ReadOnly Property ArgumentType As Type

プロパティ値

Type

この Argument にバインドされたデータのデータ型。

適用対象