VsTextMarker.IVsPackageDefinedTextMarkerType.GetDefaultLineStyle(COLORINDEX[], LINESTYLE[]) 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.IVsPackageDefinedTextMarkerType.GetDefaultLineStyle(cli::array <Microsoft::VisualStudio::TextManager::Interop::COLORINDEX> ^ lineColor, cli::array <Microsoft::VisualStudio::TextManager::Interop::LINESTYLE> ^ lineStyle) = Microsoft::VisualStudio::TextManager::Interop::IVsPackageDefinedTextMarkerType::GetDefaultLineStyle;
int IVsPackageDefinedTextMarkerType.GetDefaultLineStyle (Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[] lineColor, Microsoft.VisualStudio.TextManager.Interop.LINESTYLE[] lineStyle);
abstract member Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.GetDefaultLineStyle : Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[] * Microsoft.VisualStudio.TextManager.Interop.LINESTYLE[] -> int
override this.Microsoft.VisualStudio.TextManager.Interop.IVsPackageDefinedTextMarkerType.GetDefaultLineStyle : Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[] * Microsoft.VisualStudio.TextManager.Interop.LINESTYLE[] -> int
Function GetDefaultLineStyle (lineColor As COLORINDEX(), lineStyle As LINESTYLE()) As Integer Implements IVsPackageDefinedTextMarkerType.GetDefaultLineStyle
Parameters
- lineColor
- COLORINDEX[]
- lineStyle
- LINESTYLE[]