다음을 통해 공유


CompositionPropertySet.InsertBoolean(String, Boolean) 메서드

정의

부울 키-값 쌍을 삽입합니다.

public:
 virtual void InsertBoolean(Platform::String ^ propertyName, bool value) = InsertBoolean;
void InsertBoolean(winrt::hstring const& propertyName, bool const& value);
public void InsertBoolean(string propertyName, bool value);
function insertBoolean(propertyName, value)
Public Sub InsertBoolean (propertyName As String, value As Boolean)

매개 변수

propertyName
String

Platform::String

winrt::hstring

값과 연결된 키입니다. 이 키를 사용하여 값을 검색할 수 있습니다.

value
Boolean

bool

삽입할 값입니다.

Windows 요구 사항

디바이스 패밀리
Windows 10 Anniversary Edition (10.0.14393.0에서 도입되었습니다.)
API contract
Windows.Foundation.UniversalApiContract (v3.0에서 도입되었습니다.)

적용 대상