IVsWCFReferenceGroupOptions.SetGenerateInternalTypes(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets a value that determines whether internal types are generated for a Windows Communication Foundation (WCF) service reference.
public:
void SetGenerateInternalTypes(int fGenerateInternalTypes);
public:
void SetGenerateInternalTypes(int fGenerateInternalTypes);
void SetGenerateInternalTypes(int fGenerateInternalTypes);
public void SetGenerateInternalTypes (int fGenerateInternalTypes);
abstract member SetGenerateInternalTypes : int -> unit
Public Sub SetGenerateInternalTypes (fGenerateInternalTypes As Integer)
Parameters
- fGenerateInternalTypes
- Int32
Any non-zero Integer to generate internal types; otherwise 0.