OAVSProject.Refresh Method

Refreshes the appearance of the project in the Solution Explorer, refreshes the references, and gets the latest compiled versions of the files.

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

Syntax

'宣言
Public Sub Refresh
'使用
Dim instance As OAVSProject

instance.Refresh()
public void Refresh()
public:
virtual void Refresh() sealed
public final function Refresh()

Implements

VSProject.Refresh()

Remarks

This is a VSProject method and is not implemented in this class. It throws an exception.

Permissions

See Also

Reference

OAVSProject Class

OAVSProject Members

Microsoft.VisualStudio.Package.Automation Namespace