IVsWCFReferenceGroup.Update 方法

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

语法

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

参数

  • pDiscoverySession
    类型:IDiscoverySession

    要使用的 IDiscoverySession。 可以为 Null。

备注

当客户端项目的 VSHPROPID_ServiceReferenceSupported 属性为 false 时或属性,不支持方法失败。

.NET Framework 安全性

请参阅

参考

IVsWCFReferenceGroup 接口

Microsoft.VisualStudio.WCFReference.Interop 命名空间