KeyValueConfigurationCollection.ThrowOnDuplicate 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出嘗試將重複的 KeyValueConfigurationElement 物件加入至 KeyValueConfigurationCollection 集合,是否會導致擲回例外狀況。
protected:
virtual property bool ThrowOnDuplicate { bool get(); };
protected override bool ThrowOnDuplicate { get; }
member this.ThrowOnDuplicate : bool
Protected Overrides ReadOnly Property ThrowOnDuplicate As Boolean
屬性值
如果嘗試將重複的 true
新增至 KeyValueConfigurationElement 會導致擲回例外狀況,則為 KeyValueConfigurationCollection,否則為 false
。