IVsWCFMetadataStorage.FileCodeModel 方法

定义

返回 Windows Communication Foundation (WCF) 元数据存储的代理代码模型。

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

返回

Object

文件代码模型对象(如果存在);否则为 Null。

适用于