ControlDesigner.ControlDesignerAccessibleObject.Value 属性

定义

获取或设置辅助性对象的值。

public:
 virtual property System::String ^ Value { System::String ^ get(); };
public override string Value { get; }
member this.Value : string
Public Overrides ReadOnly Property Value As String

属性值

String

可访问对象的值,或如果该对象未设值,则为 null

适用于