Redraws the node.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Sub ReDraw ( _
element As UIHierarchyElement _
)
'使用
Dim instance As HierarchyNode
Dim element As UIHierarchyElement
instance.ReDraw(element)
public virtual void ReDraw(
UIHierarchyElement element
)
public:
virtual void ReDraw(
UIHierarchyElement element
)
public function ReDraw(
element : UIHierarchyElement
)
Parameters
element
Type: Microsoft.VisualStudio.Package.UIHierarchyElementThe element to redraw.
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.