DkmSuccessEvaluationResult.RefreshButtonText 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
可有可无设置 DkmEvaluationResultFlags:: CanEvaluateNow 后,当用户将鼠标悬停在 "刷新" 按钮上时,指定要显示为工具提示的文本。 如果此值为 null,则将使用默认消息。
此 API 是在 Visual Studio 15 RTM (VS15RTM) 中引入的。
public:
property System::String ^ RefreshButtonText { System::String ^ get(); };
public:
property Platform::String ^ RefreshButtonText { Platform::String ^ get(); };
public string RefreshButtonText { get; }
member this.RefreshButtonText : string
Public ReadOnly Property RefreshButtonText As String