RemoteArgumentDictionaryEntry(RemoteArgument, RemoteArgument) 생성자

정의

지정된 키와 값을 사용하여 RemoteArgumentDictionaryEntry 구조체의 인스턴스를 초기화합니다.

public:
 RemoteArgumentDictionaryEntry(System::AddIn::Contract::RemoteArgument key, System::AddIn::Contract::RemoteArgument value);
public RemoteArgumentDictionaryEntry (System.AddIn.Contract.RemoteArgument key, System.AddIn.Contract.RemoteArgument value);
new System.AddIn.Contract.Collections.RemoteArgumentDictionaryEntry : System.AddIn.Contract.RemoteArgument * System.AddIn.Contract.RemoteArgument -> System.AddIn.Contract.Collections.RemoteArgumentDictionaryEntry
Public Sub New (key As RemoteArgument, value As RemoteArgument)

매개 변수

key
RemoteArgument

RemoteArgument의 키가 들어 있는 RemoteArgumentDictionaryEntry입니다.

value
RemoteArgument

RemoteArgument의 값이 들어 있는 RemoteArgumentDictionaryEntry입니다.

적용 대상