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

适用于

另请参阅