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