BitmapPropertySet.Insert(String, BitmapTypedValue) 메서드

정의

속성 집합에 항목을 추가합니다.

public:
 virtual bool Insert(Platform::String ^ key, BitmapTypedValue ^ value) = IMap<Platform::String ^, BitmapTypedValue ^>::Insert;
bool Insert(winrt::hstring const& key, BitmapTypedValue const& value);
public bool Insert(string key, BitmapTypedValue value);
function insert(key, value)
Public Function Insert (key As String, value As BitmapTypedValue) As Boolean

매개 변수

key
String

Platform::String

winrt::hstring

삽입할 키입니다.

value
BitmapTypedValue

삽입할 값입니다.

반환

Boolean

bool

True이면 메서드가 키에 이미 있는 값을 대체합니다. 새 키인 경우 false입니다.

구현

적용 대상

추가 정보