RegistryProvider.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 the properties of the item specified by the path
.
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
Public Sub GetProperty (path As String, providerSpecificPickList As Collection(Of String))
Parameters
- path
- String
The path to the item to retrieve properties from.
- providerSpecificPickList
- Collection<String>
A list of properties that should be retrieved. If this parameter is null or empty, all properties should be retrieved.