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
參數
piForeground
類型:array<Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[][] out指標,其預設前景色彩。 為一系列piForeground的值,請參閱 COLORINDEX4C54D3F1-4AEB-497F-8311-2AB027C8BAD8。
piBackground
類型:array<Microsoft.VisualStudio.TextManager.Interop.COLORINDEX[][] out指標的預設背景色彩。 為一系列piBackground的值,請參閱 COLORINDEX4C54D3F1-4AEB-497F-8311-2AB027C8BAD8。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsPackageDefinedTextMarkerType::GetDefaultColors(
[out] COLORINDEX *piForeground,
[out] COLORINDEX *piBackground
);
如果您指定其值為MV_LINE或MV_BORDER進行其他標記類型,然後GetDefaultColors不由環境所進行呼叫。 否則,這個方法可讓您指定的預設前景及背景色彩您想要套用至標示的文字,根據您所指定的值是否MV_COLOR_ALWAYS或MV_COLOR_LINE_IF_NO_MARGIN。 這個方法只會指定預設的色彩,使用者可以變更使用選項 命令 工具功能表。
注意事項 |
---|
傳回的值是COLORINDEX列舉型別、 非 COLORREF RGB 值。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。