public CodeEvent AddEvent()

in EnvDTE.Client/Impl/AstImpl/CodeInterfaceImpl.cs [73:89]


        public CodeEvent AddEvent(string Name, string FullDelegateName, bool CreatePropertyStyleEvent = false,
            object Position = null,
            vsCMAccess Access = vsCMAccess.vsCMAccessDefault) =>
            throw new NotImplementedException();

        object CodeInterface2.get_Extender(string ExtenderName) => throw new NotImplementedException();
        TextPoint CodeInterface.GetStartPoint(vsCMPart Part) => throw new NotImplementedException();
        TextPoint CodeInterface.GetEndPoint(vsCMPart Part) => throw new NotImplementedException();
        CodeElement CodeInterface.AddBase(object Base, object Position) => throw new NotImplementedException();

        CodeAttribute CodeInterface.AddAttribute(string Name, string Value, object Position) =>
            throw new NotImplementedException();

        void CodeInterface.RemoveBase(object Element)
        {
            throw new NotImplementedException();
        }