Share via


IVsWCFReferenceGroup.GetFileCodeModel Method

Definition

Returns a code model for generating a proxy.

public:
 System::Object ^ GetFileCodeModel();
public:
 Platform::Object ^ GetFileCodeModel();
winrt::Windows::Foundation::IInspectable GetFileCodeModel();
public object GetFileCodeModel ();
abstract member GetFileCodeModel : unit -> obj
Public Function GetFileCodeModel () As Object

Returns

An object that represents a code model.

Remarks

When the VSHPROPID_ServiceReferenceSupported property of the client project is false or the property is not supported, the method fails.

Applies to