in EnvDTE.Client/Impl/AstImpl/CodeStructImpl.cs [107:123]
public CodeEvent AddEvent(string Name, string FullDelegateName, bool CreatePropertyStyleEvent = false,
object Position = null,
vsCMAccess Access = vsCMAccess.vsCMAccessDefault) =>
throw new NotImplementedException();
object CodeStruct2.get_Extender(string ExtenderName) => throw new NotImplementedException();
TextPoint CodeStruct.GetStartPoint(vsCMPart Part) => throw new NotImplementedException();
TextPoint CodeStruct.GetEndPoint(vsCMPart Part) => throw new NotImplementedException();
CodeElement CodeStruct.AddBase(object Base, object Position) => throw new NotImplementedException();
CodeAttribute CodeStruct.AddAttribute(string Name, string Value, object Position) =>
throw new NotImplementedException();
void CodeStruct.RemoveBase(object Element)
{
throw new NotImplementedException();
}