VsTextMarker.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
virtual int Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.DrawGlyphWithColors(IntPtr hdc, cli::array <Microsoft::VisualStudio::OLE::Interop::RECT> ^ rect, int markerType, Microsoft::VisualStudio::TextManager::Interop::IVsTextMarkerColorSet ^ markerColors, System::UInt32 glyphDrawFlags, int lineHeight) = Microsoft::VisualStudio::TextManager::Interop::IVsPackageDefinedTextMarkerType::DrawGlyphWithColors;
int IVsPackageDefinedTextMarkerType.DrawGlyphWithColors (IntPtr hdc, Microsoft.VisualStudio.OLE.Interop.RECT[] rect, int markerType, Microsoft.VisualStudio.TextManager.Interop.IVsTextMarkerColorSet markerColors, uint glyphDrawFlags, int lineHeight);
Function DrawGlyphWithColors (hdc As IntPtr, rect As RECT(), markerType As Integer, markerColors As IVsTextMarkerColorSet, glyphDrawFlags As UInteger, lineHeight As Integer) As Integer Implements IVsPackageDefinedTextMarkerType.DrawGlyphWithColors
参数
- hdc
- IntPtr
- rect
- RECT[]
- markerType
- Int32
- markerColors
- IVsTextMarkerColorSet
- glyphDrawFlags
- UInt32
- lineHeight
- Int32