MessagePartDescription(String, String) コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
MessagePartDescription クラスの新しいインスタンスを初期化します。
public:
MessagePartDescription(System::String ^ name, System::String ^ ns);
public MessagePartDescription (string name, string ns);
new System.ServiceModel.Description.MessagePartDescription : string * string -> System.ServiceModel.Description.MessagePartDescription
Public Sub New (name As String, ns As String)
パラメーター
- name
- String
メッセージ部分の XML 名。
- ns
- String
メッセージ部分の XML 名前空間。