ProjectElement.RefreshProperties Method

Refreshes the properties for the current project item.

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

Syntax

'宣言
Public Sub RefreshProperties
'使用
Dim instance As ProjectElement

instance.RefreshProperties()
public void RefreshProperties()
public:
void RefreshProperties()
public function RefreshProperties()

Remarks

Call this method if the properties for this item may have changed since it was created or refreshed, or global properties that this items depends on, have changed. Note that there is a performance cost in calling this function.

Permissions

See Also

Reference

ProjectElement Class

ProjectElement Members

Microsoft.VisualStudio.Package Namespace