Aracılığıyla paylaş


TrustLevelCollection.Add(TrustLevel) Yöntem

Tanım

Koleksiyona bir TrustLevel nesne ekler.

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

Parametreler

trustLevel
TrustLevel

TrustLevel koleksiyonuna eklenecek öğesini seçin.

Örnekler

Aşağıdaki kod örneğinde yönteminin nasıl kullanılacağı gösterilmektedir Add . Bu kod örneği, sınıfı için TrustLevelCollection sağlanan daha büyük bir örneğin parçasıdır.

// Add a new TrustLevel to the collection.
TrustLevelCollection1.Add(new TrustLevel("Level1", "Level1.config"));
' Add a new TrustLevel to the collection.
TrustLevelCollection1.Add(New TrustLevel("Level1", "Level1.config"))

Şunlara uygulanır