Boo.BooLangStudio.BooLangStudioPackage.OfficialName C# (CSharp) Méthode

OfficialName() public méthode

This methods provides the product official name, it will be displayed in the help about dialog.
public OfficialName ( string &pbstrName ) : int
pbstrName string Out parameter to which to assign the product name
Résultat int
        public int OfficialName(out string pbstrName)
        {
            pbstrName = GetResourceString("110");
            return VSConstants.S_OK;
        }