ID
Top
Expand Minimize
This topic has not yet been rated - Rate this topic

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

Did you find this helpful?
(1500 characters remaining)
© 2013 Microsoft. All rights reserved.