IVsWCFReferenceGroupDetails.GetGeneratedCode 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.
Returns the CodeCompileUnit that contains code generated for a Windows Communication Foundation (WCF) service reference.
public:
System::CodeDom::CodeCompileUnit ^ GetGeneratedCode();
public System.CodeDom.CodeCompileUnit GetGeneratedCode ();
abstract member GetGeneratedCode : unit -> System.CodeDom.CodeCompileUnit
Public Function GetGeneratedCode () As CodeCompileUnit
Returns
A CodeCompileUnit that contains the code.