PersonalizableAttribute.IsSensitive 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得設定,表示屬性是否為敏感性 (由其中一個建構函式建立這個屬性)。
public:
property bool IsSensitive { bool get(); };
public bool IsSensitive { get; }
member this.IsSensitive : bool
Public ReadOnly Property IsSensitive As Boolean
屬性值
如果屬性為敏感性,則為 true
,否則為 false
。
備註
建立 類別的 PersonalizableAttribute 實例時,會設定這個值。
此屬性會控制屬性值的匯出方式。 如果屬性設定為 true
,則當控制項的 ExportMode 屬性設定 NonSensitiveData 為 時,將不會匯出它。