IRemoteDelegateContract.InvokeDelegate(IRemoteArgumentArrayContract) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
叫用這個 IRemoteDelegateContract 識別的委派。
public:
System::AddIn::Contract::RemoteArgument InvokeDelegate(System::AddIn::Contract::Collections::IRemoteArgumentArrayContract ^ args);
public System.AddIn.Contract.RemoteArgument InvokeDelegate (System.AddIn.Contract.Collections.IRemoteArgumentArrayContract args);
abstract member InvokeDelegate : System.AddIn.Contract.Collections.IRemoteArgumentArrayContract -> System.AddIn.Contract.RemoteArgument
Public Function InvokeDelegate (args As IRemoteArgumentArrayContract) As RemoteArgument
參數
IRemoteArgumentArrayContract,指定委派參數。
傳回
RemoteArgument,指定叫用之委派的傳回值。