Events.MiscFilesEvents Property

Gets the ProjectItemsEvents for the solution.

Namespace:  EnvDTE
Assembly:  EnvDTE (in EnvDTE.dll)

Syntax

'Declaration
ReadOnly Property MiscFilesEvents As ProjectItemsEvents
ProjectItemsEvents MiscFilesEvents { get; }
property ProjectItemsEvents^ MiscFilesEvents {
    ProjectItemsEvents^ get ();
}
abstract MiscFilesEvents : ProjectItemsEvents with get
function get MiscFilesEvents () : ProjectItemsEvents

Property Value

Type: EnvDTE.ProjectItemsEvents
A ProjectItemsEvents object.

.NET Framework Security

See Also

Reference

Events Interface

EnvDTE Namespace