CodeSubDirectoriesCollection.Add(CodeSubDirectory) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Adds a CodeSubDirectory object to the CodeSubDirectoriesCollection.
public:
void Add(System::Web::Configuration::CodeSubDirectory ^ codeSubDirectory);
public void Add (System.Web.Configuration.CodeSubDirectory codeSubDirectory);
member this.Add : System.Web.Configuration.CodeSubDirectory -> unit
Public Sub Add (codeSubDirectory As CodeSubDirectory)
Parameters
- codeSubDirectory
- CodeSubDirectory
A string value specifying the CodeSubDirectory reference.
Remarks
Adds a CodeSubDirectory object to the collection. If the assembly object is not initialized with assembly information, an exception is thrown. If the assembly object already exists in the collection, the statement is ignored.
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.