IPropertyValue 인터페이스(windows.foundation.h)
Windows 런타임 속성 저장소의 값을 나타냅니다.
상속
IPropertyValue 인터페이스는 IInspectable에서 상속됩니다. IPropertyValue 에는 다음과 같은 유형의 멤버도 있습니다.
메서드
IPropertyValue 인터페이스에는 이러한 메서드가 있습니다.
IPropertyValue::get_Type 현재 IPropertyValue 개체에 저장된 값의 데이터 형식을 가져옵니다. |
IPropertyValue::GetBoolean 현재 IPropertyValue 개체에 저장된 8비트 부울 값을 가져옵니다. |
IPropertyValue::GetBooleanArray 현재 IPropertyValue 개체에 저장된 8비트 부울 값의 배열을 가져옵니다. |
IPropertyValue::GetChar16 현재 IPropertyValue 개체에 저장된 유니코드 문자를 가져옵니다. |
IPropertyValue::GetChar16Array 현재 IPropertyValue 개체에 저장된 유니코드 문자의 배열을 가져옵니다. |
IPropertyValue::GetDateTime 현재 IPropertyValue 개체에 저장된 DateTime 값을 가져옵니다. |
IPropertyValue::GetDateTimeArray 현재 IPropertyValue 개체에 저장된 DateTime 값의 배열을 가져옵니다. |
IPropertyValue::GetDouble 현재 IPropertyValue 개체에 저장된 64비트 부동 소수점 값을 가져옵니다. |
IPropertyValue::GetDoubleArray 현재 IPropertyValue 개체에 저장된 64비트 부동 소수점 값의 배열을 가져옵니다. |
IPropertyValue::GetGuid 현재 IPropertyValue 개체에 저장된 GUID 값을 가져옵니다. |
IPropertyValue::GetGuidArray 현재 IPropertyValue 개체에 저장된 Guid 값의 배열을 가져옵니다. |
IPropertyValue::GetInspectableArray 현재 IPropertyValue 개체에 저장된 IInspectable 개체에 대한 포인터 배열을 가져옵니다. |
IPropertyValue::GetInt32 현재 IPropertyValue 개체에 저장된 부록 32비트 정수 값을 가져옵니다. |
IPropertyValue::GetInt32Array 현재 IPropertyValue 개체에 저장된 부록 32비트 정수 값의 배열을 가져옵니다. |
IPropertyValue::GetInt64 현재 IPropertyValue 개체에 저장된 부록 64비트 정수 값을 가져옵니다. |
IPropertyValue::GetInt64Array 현재 IPropertyValue 개체에 저장된 부록 64비트 정수 값의 배열을 가져옵니다. |
IPropertyValue::GetPoint 현재 IPropertyValue 개체에 저장된 Point 값을 가져옵니다. |
IPropertyValue::GetPointArray 현재 IPropertyValue 개체에 저장된 Point 값의 배열을 가져옵니다. |
IPropertyValue::GetRect 현재 IPropertyValue 개체에 저장된 Rect 값을 가져옵니다. |
IPropertyValue::GetRectArray 현재 IPropertyValue 개체에 저장된 Rect 값의 배열을 가져옵니다. |
IPropertyValue::GetSingle 현재 IPropertyValue 개체에 저장된 32비트 부동 소수점 값을 가져옵니다. |
IPropertyValue::GetSingleArray 현재 IPropertyValue 개체에 저장된 32비트 부동 소수점 값의 배열을 가져옵니다. |
IPropertyValue::GetSize 현재 IPropertyValue 개체에 저장된 Size 값을 가져옵니다. |
IPropertyValue::GetSizeArray 현재 IPropertyValue 개체에 저장된 Size 값의 배열을 가져옵니다. |
IPropertyValue::GetString 현재 IPropertyValue 개체에 저장된 문자열 값을 가져옵니다. |
IPropertyValue::GetStringArray 현재 IPropertyValue 개체에 저장된 문자열 값의 배열을 가져옵니다. |
IPropertyValue::GetTimeSpan 현재 IPropertyValue 개체에 저장된 TimeSpan 값을 가져옵니다. |
IPropertyValue::GetTimeSpanArray 현재 IPropertyValue 개체에 저장된 TimeSpan 값의 배열을 가져옵니다. |
IPropertyValue::GetUInt32 현재 IPropertyValue 개체에 저장된 부호 없는 32비트 정수 값을 가져옵니다. |
IPropertyValue::GetUInt32Array 현재 IPropertyValue 개체에 저장된 부호 없는 32비트 정수 값의 배열을 가져옵니다. |
IPropertyValue::GetUInt64 현재 IPropertyValue 개체에 저장된 부호 없는 64비트 정수 값을 가져옵니다. |
IPropertyValue::GetUInt64Array 현재 IPropertyValue 개체에 저장된 부호 없는 64비트 정수 값의 배열을 가져옵니다. |
IPropertyValue::GetUInt8 현재 IPropertyValue 개체에 저장된 부호 없는 8비트 정수 값을 가져옵니다. |
IPropertyValue::GetUInt8Array 현재 IPropertyValue 개체에 저장된 부호 없는 8비트 정수 값의 배열을 가져옵니다. |
요구 사항
요구 사항 | 값 |
---|---|
지원되는 최소 클라이언트 | Windows 8 |
지원되는 최소 서버 | Windows Server 2012 |
대상 플랫폼 | Windows |
헤더 | windows.foundation.h |