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