IVsInstalledProduct::ProductDetails Method (String^)
Visual Studio 2015
Obtains a pointer to the string containing the product details that are displayed in the About dialog box on the Help menu. Not called for the splash screen.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Parameters
- pbstrProductDetails
-
Type:
System::String^
[out] Pointer to a string containing the product details.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From vsshell.idl:
HRESULT IVsInstalledProduct::ProductDetails( [out, retval] BSTR *pbstrProductDetails );
You can place the hard-coded paths and strings used by this method in your project's resource file.
Show: