共用方式為


IVsPackageDefinedTextMarkerType.GetDefaultColors 方法

傳回的預設標記的前景和背景色彩。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)

語法

'宣告
Function GetDefaultColors ( _
    <OutAttribute> piForeground As COLORINDEX(), _
    <OutAttribute> piBackground As COLORINDEX() _
) As Integer
int GetDefaultColors(
    COLORINDEX[] piForeground,
    COLORINDEX[] piBackground
)
int GetDefaultColors(
    [OutAttribute] array<COLORINDEX>^ piForeground, 
    [OutAttribute] array<COLORINDEX>^ piBackground
)
abstract GetDefaultColors : 
        piForeground:COLORINDEX[] byref * 
        piBackground:COLORINDEX[] byref -> int
function GetDefaultColors(
    piForeground : COLORINDEX[], 
    piBackground : COLORINDEX[]
) : int

參數

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

備註

COM 簽章

從 textmgr.idl:

HRESULT IVsPackageDefinedTextMarkerType::GetDefaultColors(
   [out] COLORINDEX *piForeground, 
   [out] COLORINDEX *piBackground
);

如果您指定其值為MV_LINEMV_BORDER進行其他標記類型,然後GetDefaultColors不由環境所進行呼叫。 否則,這個方法可讓您指定的預設前景及背景色彩您想要套用至標示的文字,根據您所指定的值是否MV_COLOR_ALWAYSMV_COLOR_LINE_IF_NO_MARGIN。 這個方法只會指定預設的色彩,使用者可以變更使用選項 命令 工具功能表。

注意事項注意事項

傳回的值是COLORINDEX列舉型別、 非 COLORREF RGB 值。

.NET Framework 安全性

請參閱

參考

IVsPackageDefinedTextMarkerType 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間