FileSystemProvider.GetProperty(String, Collection<String>) 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 a property for the given item.
public:
virtual void GetProperty(System::String ^ path, System::Collections::ObjectModel::Collection<System::String ^> ^ providerSpecificPickList);
public void GetProperty (string path, System.Collections.ObjectModel.Collection<string> providerSpecificPickList);
override this.GetProperty : string * System.Collections.ObjectModel.Collection<string> -> unit
abstract member GetProperty : string * System.Collections.ObjectModel.Collection<string> -> unit
override this.GetProperty : string * System.Collections.ObjectModel.Collection<string> -> unit
Public Sub GetProperty (path As String, providerSpecificPickList As Collection(Of String))
Parameters
- path
- String
The fully qualified path to the item.
- providerSpecificPickList
- Collection<String>
The list of properties to get. Examples include "Attributes", "LastAccessTime," and other properties defined by DirectoryInfo and FileInfo