CodeModelEventsClass Class
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.
Refer to CodeModelEvents for this functionality. Do not instantiate from this class.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class CodeModelEventsClass : EnvDTE80::CodeModelEvents
public ref class CodeModelEventsClass
[Windows::Foundation::Metadata::WebHostHidden]
class CodeModelEventsClass : EnvDTE80::CodeModelEvents
[System.Runtime.InteropServices.ClassInterface(0)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispCodeModelEvents\0")]
[System.Runtime.InteropServices.Guid("B2FA9979-35EB-4CA2-B467-7370152E53B7")]
[System.Runtime.InteropServices.TypeLibType(2)]
public class CodeModelEventsClass : EnvDTE80.CodeModelEvents
[System.Runtime.InteropServices.Guid("B2FA9979-35EB-4CA2-B467-7370152E53B7")]
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispCodeModelEvents")]
[System.Runtime.InteropServices.ComVisible(false)]
public class CodeModelEventsClass
[<System.Runtime.InteropServices.ClassInterface(0)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispCodeModelEvents\0")>]
[<System.Runtime.InteropServices.Guid("B2FA9979-35EB-4CA2-B467-7370152E53B7")>]
[<System.Runtime.InteropServices.TypeLibType(2)>]
type CodeModelEventsClass = class
interface _CodeModelEvents
interface CodeModelEvents
interface _dispCodeModelEvents_Event
[<System.Runtime.InteropServices.Guid("B2FA9979-35EB-4CA2-B467-7370152E53B7")>]
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComSourceInterfaces("EnvDTE80._dispCodeModelEvents")>]
[<System.Runtime.InteropServices.ComVisible(false)>]
type CodeModelEventsClass = class
Public Class CodeModelEventsClass
Implements CodeModelEvents
Public Class CodeModelEventsClass
- Inheritance
-
CodeModelEventsClass
- Attributes
- Implements
Constructors
CodeModelEventsClass() |
This API supports the product infrastructure and is not intended to be used directly from your code. Microsoft Internal Use Only. |
Methods
Events
ElementAdded |
This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement object has been created. The new object is passed to the event handler. |
ElementChanged |
This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement object has been changed. |
ElementDeleted |
This API supports the product infrastructure and is not intended to be used directly from your code. Raised when a CodeElement is deleted. |