ITableEntry.TryGetValue(String, Object) 메서드

정의

지정된 열과 연결된 데이터를 가져옵니다(이 항목에 연결된 keyName데이터가 있는 경우).

public:
 bool TryGetValue(System::String ^ keyName, [Runtime::InteropServices::Out] System::Object ^ % content);
bool TryGetValue(std::wstring const & keyName, [Runtime::InteropServices::Out] winrt::Windows::Foundation::IInspectable const & & content);
public bool TryGetValue (string keyName, out object content);
abstract member TryGetValue : string * obj -> bool
Public Function TryGetValue (keyName As String, ByRef content As Object) As Boolean

매개 변수

keyName
String

키 이름입니다.

content
Object

콘텐츠입니다.

반환

항목에 열과 연결된 데이터가 있으면 true입니다.

설명

keyName은 대/소문자를 구분하는 비교를 사용하여 비교됩니다.

적용 대상