次の方法で共有


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 、 パラメーターの値と add 一致する名前を持つ要素のスキーマを elementName 返します。

適用対象