IVsWCFReferenceGroupOptions::SetGenerateSerializableTypes Method (Int32)

 

Sets a value that determines whether serializable types are generated for a Windows Communication Foundation (WCF) service reference.

Namespace:   Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

void SetGenerateSerializableTypes(
	int bGenerateSerializableTypes
)

Parameters

bGenerateSerializableTypes
Type: System::Int32

Any non-zero Integer to generate serializable types; otherwise 0.

Return to top
Show: