IdeaBlade DevForce 2010 Help Reference
Refresh Method
See Also  Send Feedback
IdeaBlade.Core Assembly > IdeaBlade.Core.Composition Namespace > CompositionHost Class : Refresh Method



Refreshes main catalog after changes to search or ignore patterns.

Syntax

Visual Basic (Declaration) 
Public Shared Sub Refresh() 
Visual Basic (Usage)Copy Code
CompositionHost.Refresh()
C# 
public static void Refresh()
C++/CLI 
public:
static void Refresh(); 

Remarks

If you modify the static search or ignore properties after the CompositionHost has initialized you can call Refresh to reinitialize the catalogs. Calling this method before initialization causes initialization to occur.

Do not call Refresh when adding dynamic content, as it will rebuild the internal "parts" catalog from non-dynamically loaded content only.

Requirements

Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family

See Also

© 2013 All Rights Reserved.