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

메서드 호출의 매개 변수 형식입니다.

적용 대상