Version

RegenerateProperties Method

Forces a re-generation of properties based on the currently selected object(s) (i.e., SelectedObject and SelectedObjects) using the current PropertyGenerator and PropertyGenerationOptions.
Syntax
'Declaration
 
Public Sub RegenerateProperties() 
public void RegenerateProperties()
Remarks
NOTE: It is normally not necessary to call this method - setting the SelectedObject or SelectedObjects properties will automatically trigger the generation of property items. However, this method can be helpful when specifying new PropertyGenerationOptions since setting PropertyGenerationOptions does not automatically trigger a re-generation.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also