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.Int32Any non-zero Integer to generate serializable types; otherwise 0.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.