FileSystemProvider.ClearPropertyDynamicParameters 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 dynamic property parameters required by the clear-itemproperty cmdlet. This feature is not required by the File System provider.
public:
virtual System::Object ^ ClearPropertyDynamicParameters(System::String ^ path, System::Collections::ObjectModel::Collection<System::String ^> ^ propertiesToClear);
public object ClearPropertyDynamicParameters (string path, System.Collections.ObjectModel.Collection<string> propertiesToClear);
override this.ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
abstract member ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
override this.ClearPropertyDynamicParameters : string * System.Collections.ObjectModel.Collection<string> -> obj
Public Function ClearPropertyDynamicParameters (path As String, propertiesToClear 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 set the dynamic parameters.
- propertiesToClear
- Collection<String>
A collection of the names of the properties to clear.
Returns
Null. This feature is not required by the File System provider.