IVsWindowSearchOption.Tooltip 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.
Gets a string that describes the option.
public:
property System::String ^ Tooltip { System::String ^ get(); };
public:
property Platform::String ^ Tooltip { Platform::String ^ get(); };
public string Tooltip { get; }
member this.Tooltip : string
Public ReadOnly Property Tooltip As String