ShellTextBuffer.SetMarkerTooltip(Int32, String) Method
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.
public:
bool SetMarkerTooltip(int markerID, System::String ^ toolTip);
public bool SetMarkerTooltip(int markerID, string toolTip);
member this.SetMarkerTooltip : int * string -> bool
Public Function SetMarkerTooltip (markerID As Integer, toolTip As String) As Boolean
Parameters
- markerID
- Int32
- toolTip
- String