_CodeModelEventsRoot.CodeModelEvents[CodeElement] Property

Definition

Microsoft Internal Use Only.

This API supports the product infrastructure and is not intended to be used directly from your code.

public:
 property System::Object ^ CodeModelEvents[EnvDTE::CodeElement ^] { System::Object ^ get(EnvDTE::CodeElement ^ CodeElementFilter); };
[System.Runtime.InteropServices.DispId(1)]
public object CodeModelEvents[EnvDTE.CodeElement CodeElementFilter] { [System.Runtime.InteropServices.DispId(1)] [System.Runtime.InteropServices.TypeLibFunc(64)] get; }
[<System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.DispId(1)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(64)>]
member this.CodeModelEvents(EnvDTE.CodeElement) : obj
Public ReadOnly Property CodeModelEvents(CodeElementFilter As CodeElement) As Object

Parameters

CodeElementFilter
CodeElement

Property Value

Attributes

Applies to