VsTextMarker.IVsPackageDefinedTextMarkerType.GetDefaultColors(COLORINDEX[], COLORINDEX[]) Method

Definition

 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[]

Returns

Int32

Implements

Applies to