共用方式為


SoapMessage.ParamTypes 屬性

定義

保留這個屬性。 請改用 ParamNames 和 (或) ParamValues 屬性。

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[]

所呼叫方法的參數型別。

實作

適用於