ConfigurationCollectionSchema.GetAddElementSchema(String) 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.
Returns the schema for the add
element that has the specified name.
public:
Microsoft::Web::Administration::ConfigurationElementSchema ^ GetAddElementSchema(System::String ^ elementName);
public Microsoft.Web.Administration.ConfigurationElementSchema GetAddElementSchema (string elementName);
member this.GetAddElementSchema : string -> Microsoft.Web.Administration.ConfigurationElementSchema
Public Function GetAddElementSchema (elementName As String) As ConfigurationElementSchema
Parameters
- elementName
- String
The name of the add
element.
Returns
The schema for the add
element that has the specified name.
Remarks
A collection may append elements that have different schemas based on the values of the AddElementNames property. The GetAddElementSchema method returns the schema for an add
element that has a name that matches the value of the elementName
parameter.