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