ISoapMessage.ParamTypes 屬性

定義

取得或設定方法呼叫的參數型別。

public:
 property cli::array <Type ^> ^ ParamTypes { cli::array <Type ^> ^ get(); void set(cli::array <Type ^> ^ value); };
public Type[] ParamTypes { get; set; }
member this.ParamTypes : Type[] with get, set
Public Property ParamTypes As Type()

屬性值

Type[]

方法呼叫的參數型別。

適用於