次の方法で共有


IVsWCFReferenceGroupOptions.SetEnableDataBinding Method

Sets a value that determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference.

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

Syntax

'宣言
Sub SetEnableDataBinding ( _
    bEnableDataBinding As Integer _
)
void SetEnableDataBinding(
    int bEnableDataBinding
)
void SetEnableDataBinding(
    [InAttribute] int bEnableDataBinding
)
abstract SetEnableDataBinding : 
        bEnableDataBinding:int -> unit 
function SetEnableDataBinding(
    bEnableDataBinding : int
)

Parameters

  • bEnableDataBinding
    Type: System.Int32
    Any non-zero Integer to enable data binding; otherwise 0.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace