이 항목은 아직 평가되지 않았습니다.- 이 항목 평가

PropertySet.Insert | insert Method

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

구문


public:
bool Insert(
  String^ key, 
  Object^ value
)

매개 변수

key

유형: String [JavaScript] | Platform::String [C++]

삽입할 키입니다.

value

유형: Object [JavaScript] | Platform::Object [C++]

삽입할 값입니다.

반환 값

유형: Boolean [JavaScript] | Platform::Boolean [C++]

메서드에서 키에 이미 존재하는 값을 대체하는 경우 True이고 새 키인 경우 False입니다.

요구 사항

지원되는 최소 클라이언트

Windows 8

지원되는 최소 서버

Windows Server 2012

지원되는 최소 전화

Windows Phone 8

네임스페이스

Windows.Foundation.Collections
Windows::Foundation::Collections [C++]

메타데이터

Windows.winmd

DLL

Windows.Foundation.dll

참고 항목

PropertySet

 

 

이 정보가 도움이 되었습니까?
(1500자 남음)
© 2013 Microsoft. All rights reserved.