ProjectNode.ShowAllFiles Method

Handles the Show All Files menu command.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Protected Friend Overridable Function ShowAllFiles As Integer
'使用
Dim returnValue As Integer

returnValue = Me.ShowAllFiles()
protected internal virtual int ShowAllFiles()
protected public:
virtual int ShowAllFiles()
protected internal function ShowAllFiles() : int

Return Value

Type: System.Int32

When overridden by derived classes, handles the menu command Show All Files and returns S_OK if successful, otherwise an error code.

Remarks

By default returns OLECMDERR_E_NOTSUPPORTED().

Permissions

See Also

Reference

ProjectNode Class

ProjectNode Members

Microsoft.VisualStudio.Package Namespace