StandardTableKeyNames2.DefinitionIcon Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns an icon to display as part of the definition.
public: System::String ^ DefinitionIcon;
std::wstring DefinitionIcon;
public const string DefinitionIcon;
val mutable DefinitionIcon : string
Public Const DefinitionIcon As String
Field Value
Remarks
The expected return type is ImageMoniker.
This is only used if the IFindAllReferencesSymbolDefinition.TryCreateColumnContent(out System.Windows.FrameworkElement)
fails to return a FrameworkElement. In that case the definition is displayed as icon followed by the definition text.