DkmSuccessEvaluationResult.RefreshButtonText Property

Definition

[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; }
member this.RefreshButtonText : string
Public ReadOnly Property RefreshButtonText As String

Property Value

Applies to