ConfigurationCollectionSchema.GetAddElementSchema(String) 方法

定义

返回具有指定名称的 add 元素的架构。

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

参数

elementName
String

add元素的名称。

返回

具有指定名称的 add 元素的架构。

注解

集合可能会根据 属性的值追加具有不同架构的 AddElementNames 元素。 方法GetAddElementSchema返回具有与 参数值匹配的名称的元素的elementName架构add

适用于