DialogPage.GetSharedSettingsStorePath(PropertyDescriptor) Method

Definition

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.

Applies to