Share via


IVsWCFReferenceGroupOptions.SetGenerateSerializableTypes Method

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)

Syntax

'Declaration
Sub SetGenerateSerializableTypes ( _
    bGenerateSerializableTypes As Integer _
)
void SetGenerateSerializableTypes(
    int bGenerateSerializableTypes
)
void SetGenerateSerializableTypes(
    [InAttribute] int bGenerateSerializableTypes
)
abstract SetGenerateSerializableTypes : 
        bGenerateSerializableTypes:int -> unit 
function SetGenerateSerializableTypes(
    bGenerateSerializableTypes : int
)

Parameters

  • bGenerateSerializableTypes
    Type: System.Int32
    Any non-zero Integer to generate serializable types; otherwise 0.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace