InstalledProductRegistrationAttribute::IconResourceID Property

 

Gets or sets the resource ID of the icon associated with the product.

Namespace:   Microsoft.VisualStudio.Shell
Assembly:  Microsoft.VisualStudio.Shell.14.0 (in Microsoft.VisualStudio.Shell.14.0.dll)

public:
property int IconResourceID {
	int get();
	void set(int value);
}

Property Value

Type: System::Int32

The resource ID of the icon associated with the product.

The icon is stored in the managed package or its managed or unmanaged satellite DLL.

Return to top
Show: