AutomationPeer.IsPasswordCore 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
當 Microsoft UI 自動化用戶端呼叫 IsPassword 或對等的 Microsoft UI 自動化用戶端 API 時,提供對等的行為。
protected:
virtual bool IsPasswordCore() = IsPasswordCore;
bool IsPasswordCore();
protected virtual bool IsPasswordCore();
function isPasswordCore()
Protected Overridable Function IsPasswordCore () As Boolean
傳回
Boolean
bool
如果專案包含敏感性內容,則為true;否則為false。
備註
標準實作會傳回 false。 PasswordBoxAutomationPeer 提供傳回 true的實作。 如果控制項所傳回的對等是 PasswordBoxAutomationPeer 或衍生自它,您將繼承該行為。