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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.