DialogPage.GetSharedSettingsStorePath(PropertyDescriptor) 方法

定义

返回给定属性的共享设置存储路径。

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

参数

property
PropertyDescriptor

属性。

返回

String

路径。

适用于