Share via


Events.MiscFilesEvents Property

Gets the ProjectItemsEvents for the solution.

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

Syntax

'Declaration
ReadOnly Property MiscFilesEvents As ProjectItemsEvents
'Usage
Dim instance As Events 
Dim value As ProjectItemsEvents 

value = instance.MiscFilesEvents
ProjectItemsEvents MiscFilesEvents { get; }
property ProjectItemsEvents^ MiscFilesEvents {
    ProjectItemsEvents^ get ();
}
function get MiscFilesEvents () : ProjectItemsEvents

Property Value

Type: EnvDTE.ProjectItemsEvents
A ProjectItemsEvents object.

.NET Framework Security

See Also

Reference

Events Interface

Events Members

EnvDTE Namespace