InstalledProductRegistrationAttribute::UseVsProductId Property

 

Determines whether the product ID is the same as the Visual Studio ID.

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

public:
property bool UseVsProductId {
	bool get();
}

Property Value

Type: System::Boolean

true if the product ID is the same as the Visual Studio ID, otherwise false.

This is reserved for Microsoft internal use. Third party packages should provide their own product ID when the class is constructed.

Return to top
Show: