ValuePatternIdentifiers.IsReadOnlyProperty 欄位
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
識別 IsReadOnly 屬性。
public: static initonly System::Windows::Automation::AutomationProperty ^ IsReadOnlyProperty;
public static readonly System.Windows.Automation.AutomationProperty IsReadOnlyProperty;
staticval mutable IsReadOnlyProperty : System.Windows.Automation.AutomationProperty
Public Shared ReadOnly IsReadOnlyProperty As AutomationProperty
欄位值
備註
UI 自動化提供者會使用此識別碼。 使用者介面自動化用戶端應用程式應該使用 中的 ValuePattern 對等欄位。
控制項的 IsEnabledProperty 應該設為 true
, IsReadOnlyProperty 應該設為 false
,才能允許呼叫 SetValue。