RemoteArgumentDictionaryContractAdapter.IRemoteArgumentDictionaryContract.Clear Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Removes all keys and values from the dictionary that is associated with the current instance.
Namespace: Microsoft.VisualStudio.Tools.Applications
Assembly: Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0 (in Microsoft.VisualStudio.Tools.Applications.Adapter.v9.0.dll)
Syntax
'Declaration
Private Sub Clear Implements IRemoteArgumentDictionaryContract.Clear
'Usage
Dim instance As RemoteArgumentDictionaryContractAdapter
CType(instance, IRemoteArgumentDictionaryContract).Clear()
void IRemoteArgumentDictionaryContract.Clear()
private:
virtual void Clear() sealed = IRemoteArgumentDictionaryContract::Clear
JScript does not support explicit interface implementations.
Implements
IRemoteArgumentDictionaryContract.Clear()
Remarks
This member is an explicit interface implementation that can be used only when the RemoteArgumentDictionaryContractAdapter is cast to an IRemoteArgumentDictionaryContract interface.
See Also
Reference
RemoteArgumentDictionaryContractAdapter Class