共用方式為


FullTrustAssemblyCollection.Add(FullTrustAssembly) 方法

定義

FullTrustAssembly 物件加入至集合。

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

參數

fullTrustAssembly
FullTrustAssembly

要新增至集合的物件。

適用於