CustomProviderDataAttribute.CustomProviderData 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設定檔屬性提供者的自訂資料字串。
public:
property System::String ^ CustomProviderData { System::String ^ get(); };
public string CustomProviderData { get; }
member this.CustomProviderData : string
Public ReadOnly Property CustomProviderData As String
屬性值
設定檔屬性提供者的自訂資料字串。 預設為 null
。
備註
CustomProviderData屬性值是使用customProviderData
組態項目的 屬性<add>
來設定,以新增配置檔屬性。 屬性 CustomProviderData 可以設定為屬性的配置檔提供者要使用的任何字串值。
customProviderData
如果已設定屬性,則會將值放在屬性的集合中Attributes,並以名稱 「CustomProviderData」 編製索引。