WebRequestModuleElementCollection.Add(WebRequestModuleElement) 方法
定义
将一个元素添加到集合中。Adds an element to the collection.
public:
void Add(System::Net::Configuration::WebRequestModuleElement ^ element);
public void Add (System.Net.Configuration.WebRequestModuleElement element);
member this.Add : System.Net.Configuration.WebRequestModuleElement -> unit
Public Sub Add (element As WebRequestModuleElement)
参数
- element
- WebRequestModuleElement
要添加到集合中的 WebRequestModuleElement。The WebRequestModuleElement to add to the collection.