IVsWCFReferenceGroupOptions.GetGenerateSerializableTypes 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 serializable types are generated for a Windows Communication Foundation (WCF) service reference.
public:
int GetGenerateSerializableTypes();
public:
int GetGenerateSerializableTypes();
int GetGenerateSerializableTypes();
public int GetGenerateSerializableTypes ();
abstract member GetGenerateSerializableTypes : unit -> int
Public Function GetGenerateSerializableTypes () As Integer
Returns
0 if serializable types will not be generated; otherwise any non-zero Integer.