DkmSuccessEvaluationResult.RefreshButtonText Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[Optional] When DkmEvaluationResultFlags::CanEvaluateNow is set, specifies the text to display as a tooltip when the user hovers over the refresh button. If this value is null, a default message will be used.
This API was introduced in Visual Studio 15 RTM (DkmApiVersion.VS15RTM).
public:
property System::String ^ RefreshButtonText { System::String ^ get(); };
public:
property Platform::String ^ RefreshButtonText { Platform::String ^ get(); };
public string RefreshButtonText { get; }
public string? RefreshButtonText { get; }
member this.RefreshButtonText : string
Public ReadOnly Property RefreshButtonText As String