IVsWCFReferenceGroupOptions.SetEnableDataBinding(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value that determines whether data binding is enabled for a Windows Communication Foundation (WCF) service reference.
public:
void SetEnableDataBinding(int bEnableDataBinding);
public:
void SetEnableDataBinding(int bEnableDataBinding);
void SetEnableDataBinding(int bEnableDataBinding);
public void SetEnableDataBinding (int bEnableDataBinding);
abstract member SetEnableDataBinding : int -> unit
Public Sub SetEnableDataBinding (bEnableDataBinding As Integer)
Parameters
- bEnableDataBinding
- Int32
Any non-zero Integer to enable data binding; otherwise 0.