IVsWCFReferenceGroupCollection.UpdateAll 方法

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

语法

声明
Sub UpdateAll ( _
    pDiscoverySession As IDiscoverySession _
)
void UpdateAll(
    IDiscoverySession pDiscoverySession
)
void UpdateAll(
    [InAttribute] IDiscoverySession^ pDiscoverySession
)
abstract UpdateAll : 
        pDiscoverySession:IDiscoverySession -> unit
function UpdateAll(
    pDiscoverySession : IDiscoverySession
)

参数

  • pDiscoverySession
    类型:IDiscoverySession

    项目的一 IDiscoverySession 接口。

备注

如果项目的 VSHPROPID_ServiceReferenceSupported 属性为 false 或属性不受支持,此方法失败。

.NET Framework 安全性

请参阅

参考

IVsWCFReferenceGroupCollection 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间