DialogPage.GetSharedSettingsStorePath(PropertyDescriptor) 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.
Returns the shared settings store path for the given property.
protected:
System::String ^ GetSharedSettingsStorePath(System::ComponentModel::PropertyDescriptor ^ property);
protected string GetSharedSettingsStorePath (System.ComponentModel.PropertyDescriptor property);
member this.GetSharedSettingsStorePath : System.ComponentModel.PropertyDescriptor -> string
Protected Function GetSharedSettingsStorePath (property As PropertyDescriptor) As String
Parameters
- property
- PropertyDescriptor
The property.
Returns
The path.