RemoteTypeAdapter.IRemoteTypeContract.GetCanonicalName Method
This API supports the Visual Studio Tools for Applications infrastructure and is not intended to be used directly from your code.
Returns the canonical name of 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 GetCanonicalName As String
Implements IRemoteTypeContract.GetCanonicalName
'Usage
Dim instance As RemoteTypeAdapter
Dim returnValue As String
returnValue = CType(instance, IRemoteTypeContract).GetCanonicalName()
string IRemoteTypeContract.GetCanonicalName()
private:
virtual String^ GetCanonicalName() sealed = IRemoteTypeContract::GetCanonicalName
JScript does not support explicit interface implementations.
Return Value
Type: System.String
The canonical name of the type that is reflected by the current instance.
Implements
IRemoteTypeContract.GetCanonicalName()
Remarks
This member is an explicit interface implementation. It can be used only when the RemoteTypeAdapter instance is cast to an IRemoteTypeContract interface.