_dispCodeModelEvents.ElementDeleted(Object, CodeElement) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Microsoft Internal Use Only.
This API supports the product infrastructure and is not intended to be used directly from your code.
public:
void ElementDeleted(System::Object ^ Parent, EnvDTE::CodeElement ^ Element);
public:
void ElementDeleted(Platform::Object ^ Parent, EnvDTE::CodeElement ^ Element);
void ElementDeleted(winrt::Windows::Foundation::IInspectable const & Parent, EnvDTE::CodeElement const & Element);
[System.Runtime.InteropServices.DispId(4)]
public void ElementDeleted (object Parent, EnvDTE.CodeElement Element);
[<System.Runtime.InteropServices.DispId(4)>]
abstract member ElementDeleted : obj * EnvDTE.CodeElement -> unit
Public Sub ElementDeleted (Parent As Object, Element As CodeElement)
Parameters
- Parent
- Object
- Element
- CodeElement
- Attributes