Share via


IVsWCFReferenceGroupDetails.GetGeneratedCode Method

Returns the CodeCompileUnit that contains code generated for a Windows Communication Foundation (WCF) service reference.

Namespace:  Microsoft.VisualStudio.ManagedInterfaces9
Assembly:  Microsoft.VisualStudio.ManagedInterfaces.WCF (in Microsoft.VisualStudio.ManagedInterfaces.WCF.dll)

Syntax

'Declaration
Function GetGeneratedCode As CodeCompileUnit
CodeCompileUnit GetGeneratedCode()
CodeCompileUnit^ GetGeneratedCode()
abstract GetGeneratedCode : unit -> CodeCompileUnit
function GetGeneratedCode() : CodeCompileUnit

Return Value

Type: System.CodeDom.CodeCompileUnit
A CodeCompileUnit that contains the code.

.NET Framework Security

See Also

Reference

IVsWCFReferenceGroupDetails Interface

Microsoft.VisualStudio.ManagedInterfaces9 Namespace