InstalledProductRegistrationAttribute.UseVsProductId Property
Determines whether the product ID is the same as the Visual Studio ID.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Public ReadOnly Property UseVsProductId As Boolean
public bool UseVsProductId { get; }
public:
property bool UseVsProductId {
bool get ();
}
member UseVsProductId : bool with get
function get UseVsProductId () : boolean
Property Value
Type: System.Boolean
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.
.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.