ThreadHelper.GetInvocationWrapper 方法

获取调用包装。

命名空间:  Microsoft.VisualStudio.Shell
程序集:  Microsoft.VisualStudio.Shell.11.0(在 Microsoft.VisualStudio.Shell.11.0.dll 中)

语法

声明
Protected MustOverride Function GetInvocationWrapper As IDisposable
protected abstract IDisposable GetInvocationWrapper()

返回值

类型:System.IDisposable
一个一次性包装。

备注

派生类必须实现此方法实现将包含该调用的方法可释放的对象。这可能为 null。

.NET Framework 安全性

请参见

参考

ThreadHelper 类

Microsoft.VisualStudio.Shell 命名空间