Share via


Events2.MiscFilesEvents Property

Gets the ProjectItemsEvents for the solution.

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

Syntax

'Declaration
ReadOnly Property MiscFilesEvents As ProjectItemsEvents
'Usage
Dim instance As Events2 
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.

Implements

Events.MiscFilesEvents

.NET Framework Security

See Also

Reference

Events2 Interface

Events2 Members

MiscFilesEvents Overload

EnvDTE80 Namespace