IProjectEventsProvider Interface
This class and its members are reserved for internal use and are not intended to be used in your code. Enable getting and setting the project events provider
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
Public Interface IProjectEventsProvider
'Usage
Dim instance As IProjectEventsProvider
[ComVisibleAttribute(true)]
public interface IProjectEventsProvider
[ComVisibleAttribute(true)]
public interface class IProjectEventsProvider
[<ComVisibleAttribute(true)>]
type IProjectEventsProvider = interface end
public interface IProjectEventsProvider
The IProjectEventsProvider type exposes the following members.
Properties
Name | Description | |
---|---|---|
ProjectEventsProvider | Defines the provider for the project events |
Top
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace