Esempio n. 1
0
        public int GetPackageEnum(out IEnumPackages ppenum)
        {
            Debugger.Break();
            ppenum = null;

            return(0);
        }
Esempio n. 2
0
 public int GetPackageEnum(out IEnumPackages ppenum)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 int IVsShell.GetPackageEnum(out IEnumPackages ppenum)
 {
     throw new Exception("The method or operation is not implemented.");
 }
 int IVsShell.GetPackageEnum(out IEnumPackages ppenum)
 {
     throw new NotImplementedException();
 }
 int IVsShell.GetPackageEnum(out IEnumPackages ppenum)
 {
     throw new NotImplementedException();
 }
Esempio n. 6
0
 public int GetPackageEnum(out IEnumPackages ppenum) {
     throw new NotImplementedException();
 }
Esempio n. 7
0
#pragma warning disable CS0246 // The type or namespace name 'IEnumPackages' could not be found (are you missing a using directive or an assembly reference?)
#pragma warning disable CS0246 // The type or namespace name 'IEnumPackages' could not be found (are you missing a using directive or an assembly reference?)
        public int GetPackageEnum(out IEnumPackages ppenum)
#pragma warning restore CS0246 // The type or namespace name 'IEnumPackages' could not be found (are you missing a using directive or an assembly reference?)
#pragma warning restore CS0246 // The type or namespace name 'IEnumPackages' could not be found (are you missing a using directive or an assembly reference?)
        {
            throw new NotImplementedException();
        }