Exemple #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.");
 }
Exemple #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.");
 }
Exemple #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.");
 }
Exemple #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.");
 }
Exemple #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.");
 }
Exemple #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.");
 }
Exemple #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.");
 }