Partager via


IVsWCFReferenceGroupOptions.SetEnableDataBinding, méthode

Définit une valeur qui détermine si la liaison de données est activée pour (WCF) une référence de service Windows Communication Foundation.

Espace de noms :  Microsoft.VisualStudio.WCFReference.Interop
Assembly :  Microsoft.VisualStudio.WCFReference.Interop (dans Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntaxe

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

Paramètres

  • bEnableDataBinding
    Type : Int32

    Tout Integer non nul pour activer la liaison de données ; sinon 0.

Sécurité .NET Framework

Voir aussi

Référence

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop, espace de noms