RemoteArgumentArrayListContractAdapter.IRemoteArgumentArrayListContract.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 elements from list 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 IRemoteArgumentArrayListContract.Clear
'Usage
Dim instance As RemoteArgumentArrayListContractAdapter
CType(instance, IRemoteArgumentArrayListContract).Clear()
void IRemoteArgumentArrayListContract.Clear()
private:
virtual void Clear() sealed = IRemoteArgumentArrayListContract::Clear
JScript does not support explicit interface implementations.
Implements
IRemoteArgumentArrayListContract.Clear()
Remarks
This member is an explicit interface implementation that can be used only when the RemoteArgumentArrayListContractAdapter is cast to an IRemoteArgumentArrayListContract interface.
See Also
Reference
RemoteArgumentArrayListContractAdapter Class