BitmapPropertySet.Insert(String, BitmapTypedValue) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
속성 집합에 항목을 추가합니다.
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입니다.