MiscFilesEvents Property
Visual Studio .NET 2003
Returns the ProjectItemsEvents Object for the solution.
[Visual Basic .NET]
Public ReadOnly Property MiscFilesEvents() As ProjectItemsEvents
[Visual Basic 6]
Property Get MiscFilesEvents() As ProjectItemsEvents
[C++]
HRESULT __stdcall get_MiscFilesEvents( /* [out, retval] */ ProjectItemsEvents** retVal );
[C#]
public ProjectItemsEvents MiscFilesEvents {get;}
[JScript .NET]
public function get MiscFilesEvents() : ProjectItemsEvents
Return Value
Returns a ProjectItemsEvents object.
See Also
Applies To: Events Object