RemoteTypeAdapter.IRemoteTypeContract.GetTypeData Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Returns information about the type that this instance reflects.
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 GetTypeData As RemoteTypeData
Implements IRemoteTypeContract.GetTypeData
'Usage
Dim instance As RemoteTypeAdapter
Dim returnValue As RemoteTypeData
returnValue = CType(instance, IRemoteTypeContract).GetTypeData()
RemoteTypeData IRemoteTypeContract.GetTypeData()
private:
virtual RemoteTypeData GetTypeData() sealed = IRemoteTypeContract::GetTypeData
JScript does not support explicit interface implementations.
Return Value
Type: System.AddIn.Contract.Automation.RemoteTypeData
An object that contains information about the type that this instance reflects.
Implements
IRemoteTypeContract.GetTypeData()
Remarks
This member is an explicit interface implementation. It can be used only when the RemoteTypeAdapter instance is cast to an IRemoteTypeContract interface.