TextPatternIdentifiers.IsReadOnlyAttribute フィールド

定義

テキスト範囲の IsReadOnly 属性を識別します。

public: static initonly System::Windows::Automation::AutomationTextAttribute ^ IsReadOnlyAttribute;
public static readonly System.Windows.Automation.AutomationTextAttribute IsReadOnlyAttribute;
 staticval mutable IsReadOnlyAttribute : System.Windows.Automation.AutomationTextAttribute
Public Shared ReadOnly IsReadOnlyAttribute As AutomationTextAttribute 

フィールド値

注釈

呼び出し元のテキスト範囲に関連付けられているドキュメントの読み取り専用の状態。

注意

ドキュメントまたはファイルが読み取り専用であっても、編集して別のファイルとして保存できる場合、テキストは読み取り専用とは見なされません。

この識別子は、UI オートメーション プロバイダーによって使用されます。 UI オートメーションクライアント アプリケーションでは、 でTextPattern同等のフィールドを使用する必要があります。

この属性の値は 型 Booleanです。

既定値は false です。

適用対象

こちらもご覧ください