次の方法で共有


ConfigurationElementSchema.AllowUnrecognizedAttributes プロパティ

定義

スキーマで定義されていないプロパティを構成要素に追加できるかどうかを示す値を取得します。

public:
 property bool AllowUnrecognizedAttributes { bool get(); };
public bool AllowUnrecognizedAttributes { get; }
member this.AllowUnrecognizedAttributes : bool
Public ReadOnly Property AllowUnrecognizedAttributes As Boolean

プロパティ値

true 要素がスキーマで定義されていないプロパティを受け入れる場合は 。それ以外の場合は false

適用対象