Ejemplo n.º 1
0
 public EnvDTE.CodeStruct AddStruct(string Name, object Position, object Bases, object ImplementedInterfaces, EnvDTE.vsCMAccess Access)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 2
0
 public EnvDTE.CodeVariable AddVariable(string Name, object Type, object Position, EnvDTE.vsCMAccess Access, object Location)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 3
0
 public EnvDTE.CodeProperty AddProperty(string GetterName, string PutterName, object Type, object Position, EnvDTE.vsCMAccess Access, object Location)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 4
0
 public EnvDTE.CodeFunction AddFunction(string Name, EnvDTE.vsCMFunction Kind, object Type, object Position, EnvDTE.vsCMAccess Access, object Location)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 5
0
 public CodeEvent AddEvent(string Name, string FullDelegateName, bool CreatePropertyStyleEvent, object Location, EnvDTE.vsCMAccess Access)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 6
0
 public EnvDTE.CodeEnum AddEnum(string Name, object Position, object Bases, EnvDTE.vsCMAccess Access)
 {
     throw new Exception("The method or operation is not implemented.");
 }
Ejemplo n.º 7
0
 public EnvDTE.CodeDelegate AddDelegate(string Name, object Type, object Position, EnvDTE.vsCMAccess Access)
 {
     throw new Exception("The method or operation is not implemented.");
 }