public int EnumLanguageServices(out IVsEnumGUID ppEnum)
 {
     throw new NotImplementedException();
 }
Ejemplo n.º 2
0
 public int EnumLanguageServices(out IVsEnumGUID ppEnum)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 3
0
 /// <summary>
 /// The enum language services.
 /// </summary>
 /// <param name="ppEnum">
 /// The pp enum.
 /// </param>
 /// <returns>
 /// The enum language services.
 /// </returns>
 /// <exception cref="Exception">
 /// </exception>
 public int EnumLanguageServices(out IVsEnumGUID ppEnum)
 {
     throw new Exception("The method or operation is not implemented.");
 }