ProtocolCollection.Add(ProtocolElement) Methode

Definition

Fügt der ProtocolCollection-Instanz ein Konfigurationselement hinzu.

Diese API unterstützt die Produktinfrastruktur und ist nicht für die direkte Verwendung aus Ihrem Code gedacht.

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

Parameter

protocolElement
ProtocolElement

Das hinzuzufügende Element.

Hinweise

Add wird in der .NET Framework 3,5 eingeführt. Weitere Informationen finden Sie unter Versionen und Abhängigkeiten.

Gilt für