DialogPage.SharedSettingsStorePath 属性

定义

获取在共享设置存储区中存储设置的位置。 它基于 AutomationObject 上的 SharedSettingsAttribute,如果未指定该属性,则为完整的类型名称。

protected:
 property System::String ^ SharedSettingsStorePath { System::String ^ get(); void set(System::String ^ value); };
protected:
 property Platform::String ^ SharedSettingsStorePath { Platform::String ^ get(); void set(Platform::String ^ value); };
protected string SharedSettingsStorePath { get; set; }
member this.SharedSettingsStorePath : string with get, set
Protected Property SharedSettingsStorePath As String

属性值

String

路径。

适用于