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