Namespace: Microsoft.VisualStudio.Shell.Design
Assembly: Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)
Syntax
'宣言
Private Sub Dispose Implements IDisposable.Dispose
'使用
Dim instance As DynamicTypeService..::.ContextTypeResolver
CType(instance, IDisposable).Dispose()
void IDisposable.Dispose()
private:
virtual void Dispose() sealed = IDisposable::Dispose
JScript does not support explicit interface implementations.
Implements
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
DynamicTypeService.ContextTypeResolver Class