LanguageSpecificStringDictionary.TryGetValue(XmlLanguage, String) Method
この記事の内容
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves the string value in the LanguageSpecificStringDictionary for a specified key, or language.
public:
virtual bool TryGetValue(System::Windows::Markup::XmlLanguage ^ key, [Runtime::InteropServices::Out] System::String ^ % value);
public bool TryGetValue(System.Windows.Markup.XmlLanguage key, out string value);
abstract member TryGetValue : System.Windows.Markup.XmlLanguage * string -> bool
override this.TryGetValue : System.Windows.Markup.XmlLanguage * string -> bool
Public Function TryGetValue (key As XmlLanguage, ByRef value As String) As Boolean
- key
- XmlLanguage
A value of type XmlLanguage.
true
if the LanguageSpecificStringDictionary contains an entry for key
; otherwise false
.
If the return value is true
, value
contains a copy of the string that is associated with the key
value. If the return value is false
, value
is set to null
.
Applies to
製品 | バージョン |
---|---|
.NET Framework | 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
Windows Desktop | 3.0, 3.1, 5, 6, 7, 8, 9, 10 |
.NET に関するフィードバック
.NET はオープンソース プロジェクトです。 フィードバックを提供するにはリンクを選択します。