SettingsStore.TryGetString(String, String, String) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取其数据类型为 String的所请求属性的值。
public virtual bool TryGetString (string collectionPath, string propertyName, out string value);
abstract member TryGetString : string * string * string -> bool
override this.TryGetString : string * string * string -> bool
Public Overridable Function TryGetString (collectionPath As String, propertyName As String, ByRef value As String) As Boolean
参数
- collectionPath
- String
属性集合的路径。
- propertyName
- String
属性的名称。
- value
- String
检索到的值
返回
如果成功,则为 true