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: System.Int32Any non-zero Integer to generate internal 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.