InstalledProductRegistrationAttribute.UseVsProductId Property

Definition

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.

Applies to