InstalledProductRegistrationAttribute.UseVsProductId Property
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.
True is the product ID is the same as VisualStudio ID This is reserved for Microsoft internal use. 3rd party packages should provide their own product ID when the class is constructed.
public:
property bool UseVsProductId { bool get(); };
public:
property bool UseVsProductId { bool get(); };
public bool UseVsProductId { get; }
member this.UseVsProductId : bool
Public ReadOnly Property UseVsProductId As Boolean
Property Value
true
if the product ID is the same as the Visual Studio ID, otherwise false
.
Remarks
This is reserved for Microsoft internal use. Third party packages should provide their own product ID when the class is constructed.