Boo.BooLangStudio.BooLangStudioPackage.ProductDetails C# (CSharp) Method

ProductDetails() public method

This methods provides the product description, it will be displayed in the help about dialog.
public ProductDetails ( string &pbstrProductDetails ) : int
pbstrProductDetails string Out parameter to which to assign the description of the package
return int
        public int ProductDetails(out string pbstrProductDetails)
        {
            pbstrProductDetails = GetResourceString("112");
            return VSConstants.S_OK;
        }