Version

ResetSharedProps Method

Resets the SharedProps property to its default value.
Syntax
'Declaration
 
Public Sub ResetSharedProps() 
public void ResetSharedProps()
Remarks

This method resets all of the modifiable properties of the SharedProps object to their default values. Note that invoking this method on a single instance of a tool resets SharedProps for all instances of the tool; all instances descended from the same root tool (and the root tool itself) share the same SharedProps object. Invoking this method is the equivalent of invoking the SharedProps.Reset method of the InstanceProps object.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows 7, 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