IVsLanguageInfo.GetColorizer 方法
傳回 colorizer。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Function GetColorizer ( _
pBuffer As IVsTextLines, _
<OutAttribute> ByRef ppColorizer As IVsColorizer _
) As Integer
int GetColorizer(
IVsTextLines pBuffer,
out IVsColorizer ppColorizer
)
int GetColorizer(
[InAttribute] IVsTextLines^ pBuffer,
[OutAttribute] IVsColorizer^% ppColorizer
)
abstract GetColorizer :
pBuffer:IVsTextLines *
ppColorizer:IVsColorizer byref -> int
function GetColorizer(
pBuffer : IVsTextLines,
ppColorizer : IVsColorizer
) : int
參數
pBuffer
類型:Microsoft.VisualStudio.TextManager.Interop.IVsTextLines[in]IVsTextLines介面要求的 colorizer。
ppColorizer
類型:Microsoft.VisualStudio.TextManager.Interop.IVsColorizer%[] out傳回IVsColorizer物件。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsLanguageInfo::GetColorizer(
[in] IVsTextLines *pBuffer,
[out] IVsColorizer **ppColorizer
);
語言資訊物件本身,或在 [新物件,這個方法可傳回介面。 方法會傳回介面的新物件,例如,如果語言 colorizer 需要每個檔案為基礎的狀態資訊。
Colorizer 用於語法標色,並可用於快速識別語彙基元,於行上。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。