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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.