SessionStateProviderBase.GetChildNames(String, ReturnContainers) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the name(s) of the item(s) at the given path.
protected:
override void GetChildNames(System::String ^ path, System::Management::Automation::ReturnContainers returnContainers);
protected override void GetChildNames (string path, System.Management.Automation.ReturnContainers returnContainers);
override this.GetChildNames : string * System.Management.Automation.ReturnContainers -> unit
Protected Overrides Sub GetChildNames (path As String, returnContainers As ReturnContainers)
Parameters
- path
- String
The name of the item to retrieve, or all if empty or null.
- returnContainers
- ReturnContainers
Ignored.