IRemoteArgumentDictionaryContract.GetValues 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个 IRemoteArgumentCollectionContract,其中包含 IRemoteArgumentDictionaryContract 对象的值。
public:
System::AddIn::Contract::Collections::IRemoteArgumentCollectionContract ^ GetValues();
public System.AddIn.Contract.Collections.IRemoteArgumentCollectionContract GetValues ();
abstract member GetValues : unit -> System.AddIn.Contract.Collections.IRemoteArgumentCollectionContract
Public Function GetValues () As IRemoteArgumentCollectionContract
返回
一个 IRemoteArgumentCollectionContract,其中包含 IRemoteArgumentDictionaryContract 对象的值。