Share via


IVsWCFMetadataStorage.FileCodeModel Method

Returns the proxy code model for a Windows Communication Foundation (WCF) metadata storage.

Namespace:  Microsoft.VisualStudio.WCFReference.Interop
Assembly:  Microsoft.VisualStudio.WCFReference.Interop (in Microsoft.VisualStudio.WCFReference.Interop.dll)

Syntax

'Declaration
Function FileCodeModel As Object
'Usage
Dim instance As IVsWCFMetadataStorage 
Dim returnValue As Object 

returnValue = instance.FileCodeModel()
Object FileCodeModel()
Object^ FileCodeModel()
function FileCodeModel() : Object

Return Value

Type: System.Object
A file code model object if one exists; otherwise Null.

.NET Framework Security

See Also

Reference

IVsWCFMetadataStorage Interface

IVsWCFMetadataStorage Members

Microsoft.VisualStudio.WCFReference.Interop Namespace