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

所调用方法的参数类型。

实现

适用于