Share via


IVsWCFReferenceGroupOptions.SetGenerateInternalTypes Method

Sets a value that determines whether internal 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 SetGenerateInternalTypes ( _
    fGenerateInternalTypes As Integer _
)
void SetGenerateInternalTypes(
    int fGenerateInternalTypes
)
void SetGenerateInternalTypes(
    [InAttribute] int fGenerateInternalTypes
)
abstract SetGenerateInternalTypes : 
        fGenerateInternalTypes:int -> unit
function SetGenerateInternalTypes(
    fGenerateInternalTypes : int
)

Parameters

  • fGenerateInternalTypes
    Type: Int32

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

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupOptions Interface

Microsoft.VisualStudio.WCFReference.Interop Namespace