RemoteSettingsInitializer.StableSettingRootSubCollections 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置将保存稳定设置的根子集合的名称。 第一次请求其中某个子集合下的设置时,将缓存该值,并且 RemoteSettings 将继续为进程生存期的其余部分返回此值。
public:
property System::Collections::Generic::IEnumerable<System::String ^> ^ StableSettingRootSubCollections { System::Collections::Generic::IEnumerable<System::String ^> ^ get(); void set(System::Collections::Generic::IEnumerable<System::String ^> ^ value); };
public System.Collections.Generic.IEnumerable<string> StableSettingRootSubCollections { get; set; }
member this.StableSettingRootSubCollections : seq<string> with get, set
Public Property StableSettingRootSubCollections As IEnumerable(Of String)