InstalledProductRegistrationAttribute.ProductDetailsResourceID Property

Gets or sets the product details resource ID.

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

Syntax

'Declaration
Public ReadOnly Property ProductDetailsResourceID As Integer
public int ProductDetailsResourceID { get; }
public:
property int ProductDetailsResourceID {
    int get ();
}
member ProductDetailsResourceID : int
function get ProductDetailsResourceID () : int

Property Value

Type: System.Int32
The product details resource ID.

.NET Framework Security

See Also

Reference

InstalledProductRegistrationAttribute Class

Microsoft.VisualStudio.Shell Namespace

Other Resources

Localized Resources in MFC Applications: Satellite DLLs