IProviderConfiguration 介面
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
提供者收到的組態資訊
public interface IProviderConfiguration
type IProviderConfiguration = interface
Public Interface IProviderConfiguration
- 衍生
屬性
Children |
如果是相依性的階層式樹狀結構,則為巢狀提供者 |
Name |
此提供者的名稱。 |
Properties |
這個提供者實例的組態屬性,做為名稱/值組。 |
Type |
這個提供者的完整類型名稱。 |
方法
AddChildConfiguration(IProviderConfiguration) |
提供者收到的組態資訊 |
RemoveProperty(String) |
移除這個提供者組態中的屬性。 |
SetProperty(String, String) |
在此提供者組態中設定屬性。 如果具有這個索引鍵的屬性已經存在,則會以新的值覆寫它,否則只會新增它。 |