FileSystemProvider.GetProperty(String, Collection<String>) Method

Definition

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

Implements

Applies to