IVsWCFReferenceGroup.GetFileCodeModel 方法

定义

返回用于生成代理的代码模型。

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

返回

Object

一个表示代码模型的对象。

注解

如果 VSHPROPID_ServiceReferenceSupported 客户端项目的属性为 false 或属性不受支持,则该方法将失败。

适用于