Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets or sets the icon source.
Namespace: Microsoft.VisualStudio.Language.Intellisense
Assembly: Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)
Syntax
'Declaration
Public Overridable Property IconSource As ImageSource
public virtual ImageSource IconSource { get; set; }
public:
virtual property ImageSource^ IconSource {
ImageSource^ get ();
void set (ImageSource^ value);
}
abstract IconSource : ImageSource with get, set
override IconSource : ImageSource with get, set
function get IconSource () : ImageSource
function set IconSource (value : ImageSource)
Property Value
Type: ImageSource
The icon source.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.