This document is archived and information here might be outdated. Recommended version. |
Symbol used to highlight the feature meeting highlight action criteria.
[Visual Basic .NET] Public Property HighlightSymbol As ISymbol
[C#] public ISymbol HighlightSymbol {get; set;}
[C++]
HRESULT get_HighlightSymbol(
ISymbol** pVal
);
[C++]
HRESULT putref_HighlightSymbol(
ISymbol* pVal
);
[C++] Parameters pVal [out, retval]
pVal is a parameter of type ISymbol** pVal [in]
pVal is a parameter of type ISymbol*