VsTextMarker.IVsMergeableUIItem.GetDescription(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.
virtual int Microsoft.VisualStudio.TextManager.Interop.IVsMergeableUIItem.GetDescription([Runtime::InteropServices::Out] System::String ^ % description) = Microsoft::VisualStudio::TextManager::Interop::IVsMergeableUIItem::GetDescription;
int IVsMergeableUIItem.GetDescription (out string description);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsMergeableUIItem.GetDescription : string -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsMergeableUIItem.GetDescription : string -> int
Function GetDescription (ByRef description As String) As Integer Implements IVsMergeableUIItem.GetDescription
Parameters
- description
- String