Property | Type | Description |
---|
Method | Description | |
---|---|---|
BeginProcessing ( ) : void |
Creates a list of property name wildcard patterns.
|
|
EndProcessing ( ) : void |
Clears the list of property name wildcard patterns.
|
|
ProcessItem ( System.Management.Automation.PSObject item ) : void |
Gets property records from the item.
|
protected ProcessItem ( System.Management.Automation.PSObject item ) : void | ||
item | System.Management.Automation.PSObject | The item from which properties are retrieved. |
return | void |