StandardTableKeyNames.DefinitionIcon Field

Definition

Returns an icon to display as part of the definition.

public: System::String ^ 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.

Applies to