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
- 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.