SerializableObjectAdapter.IRemoteArgumentDictionaryContract.GetKeys Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
For a description of this member, see IRemoteArgumentDictionaryContract.GetKeys.
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 Function GetKeys As IRemoteArgumentCollectionContract
Implements IRemoteArgumentDictionaryContract.GetKeys
'Usage
Dim instance As SerializableObjectAdapter
Dim returnValue As IRemoteArgumentCollectionContract
returnValue = CType(instance, IRemoteArgumentDictionaryContract).GetKeys()
IRemoteArgumentCollectionContract IRemoteArgumentDictionaryContract.GetKeys()
private:
virtual IRemoteArgumentCollectionContract^ GetKeys() sealed = IRemoteArgumentDictionaryContract::GetKeys
JScript does not support explicit interface implementations.
Return Value
Type: System.AddIn.Contract.Collections.IRemoteArgumentCollectionContract
Implements
IRemoteArgumentDictionaryContract.GetKeys()
Remarks
This member is an explicit interface member implementation. It can be used only when the SerializableObjectAdapter instance is cast to an IRemoteArgumentDictionaryContract interface.
See Also
Reference
SerializableObjectAdapter Class