IVsWCFReferenceGroupOptions.GetGenerateMessageContracts 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.
Determines whether message contracts are generated for a Windows Communication Foundation (WCF) service reference.
public:
int GetGenerateMessageContracts();
public:
int GetGenerateMessageContracts();
int GetGenerateMessageContracts();
public int GetGenerateMessageContracts ();
abstract member GetGenerateMessageContracts : unit -> int
Public Function GetGenerateMessageContracts () As Integer
Returns
0 if message contracts will not be generated; otherwise any non-zero Integer.
Remarks
The value returned by GetGenerateMessageContracts determines whether the Always generate message contracts option is checked in the Configure Service Reference dialog box.