次の方法で共有


IVsWCFReferenceGroup.Update Method

Updates a Windows Communication Foundation (WCF) service reference group.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'宣言
Sub Update ( _
    pDiscoverySession As IDiscoverySession _
)
void Update(
    IDiscoverySession pDiscoverySession
)
void Update(
    [InAttribute] IDiscoverySession^ pDiscoverySession
)
abstract Update : 
        pDiscoverySession:IDiscoverySession -> unit 
function Update(
    pDiscoverySession : IDiscoverySession
)

Parameters

Remarks

When the VSHPROPID_ServiceReferenceSupported property of the client project is false or the property is not supported, the method fails.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroup Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace