FileSystemProvider.GetPropertyDynamicParameters Method

Definition

Gets the dynamic property parameters required by the get-itemproperty cmdlet. This feature is not required by the File System provider.

public:
 virtual System::Object ^ GetPropertyDynamicParameters(System::String ^ path, System::Collections::ObjectModel::Collection<System::String ^> ^ providerSpecificPickList);
public object GetPropertyDynamicParameters (string path, System.Collections.ObjectModel.Collection<string> providerSpecificPickList);
override this.GetPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
abstract member GetPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
override this.GetPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
Public Function GetPropertyDynamicParameters (path As String, providerSpecificPickList As Collection(Of String)) As Object

Parameters

path
String

If the path was specified on the command line, this is the path to the item for which to get the dynamic parameters.

providerSpecificPickList
Collection<String>

A list of properties that should be retrieved. If this parameter is null or empty, all properties should be retrieved.

Returns

Null. This feature is not required by the File System provider.

Implements

Applies to