IVsWCFReferenceGroupOptions.SetGenerateMessageContracts(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 message contracts are generated for a Windows Communication Foundation (WCF) service reference.
public:
void SetGenerateMessageContracts(int bGenerateMessageContracts);
public:
void SetGenerateMessageContracts(int bGenerateMessageContracts);
void SetGenerateMessageContracts(int bGenerateMessageContracts);
public void SetGenerateMessageContracts (int bGenerateMessageContracts);
abstract member SetGenerateMessageContracts : int -> unit
Public Sub SetGenerateMessageContracts (bGenerateMessageContracts As Integer)
Parameters
- bGenerateMessageContracts
- Int32
Any non-zero Integer to generate message contracts; otherwise 0.
Remarks
The value set by SetGenerateMessageContracts determines whether the Always generate message contracts option is checked in the Configure Service Reference dialog box.