次の方法で共有


ProtocolElementCollection.Add(ProtocolElement) メソッド

定義

ProtocolElement をコレクションに追加します。

public:
 void Add(System::Web::Services::Configuration::ProtocolElement ^ element);
public void Add (System.Web.Services.Configuration.ProtocolElement element);
member this.Add : System.Web.Services.Configuration.ProtocolElement -> unit
Public Sub Add (element As ProtocolElement)

パラメーター

element
ProtocolElement

追加する ProtocolElement

適用対象