PasswordCredentialPropertyStore.Insert(String, Object) 메서드

정의

이 메서드는 내부용으로 예약되어 있으며 코드에서 사용할 수 없습니다.

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

매개 변수

key
String

Platform::String

winrt::hstring

예약되어 있습니다.

value
Object

Platform::Object

IInspectable

예약되어 있습니다.

반환

Boolean

bool

구현

적용 대상