WorkflowViewAccessibleObject.Name 属性

定义

获取或设置可访问对象名称。

public:
 virtual property System::String ^ Name { System::String ^ get(); void set(System::String ^ value); };
public override string Name { get; set; }
member this.Name : string with get, set
Public Overrides Property Name As String

属性值

String

包含 WorkflowViewAccessibleObject 名称的字符串;如果尚未设置属性,则为空引用(在 Visual Basic 中为 Nothing)。

适用于