VerificationAttribute.Message 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取当可访问性检查点验证规则为 true 时的消息字符串。
public:
property System::String ^ Message { System::String ^ get(); };
public string Message { get; }
member this.Message : string
Public ReadOnly Property Message As String
属性值
错误字符串。
注解
属性 Message 是在创建实例时 VerificationAttribute 设置的,并且是必需的。