IVsWCFMetadataStorage 接口

存储的元数据 windows 服务引用组的通信基础 (WCF)。

命名空间:  Microsoft.VisualStudio.WCFReference.Interop
程序集:  Microsoft.VisualStudio.WCFReference.Interop(在 Microsoft.VisualStudio.WCFReference.Interop.dll 中)

语法

声明
<GuidAttribute("8D095035-AB0C-4363-891A-8C79F5CDA259")> _
<InterfaceTypeAttribute()> _
Public Interface IVsWCFMetadataStorage
[GuidAttribute("8D095035-AB0C-4363-891A-8C79F5CDA259")]
[InterfaceTypeAttribute()]
public interface IVsWCFMetadataStorage
[GuidAttribute(L"8D095035-AB0C-4363-891A-8C79F5CDA259")]
[InterfaceTypeAttribute()]
public interface class IVsWCFMetadataStorage
[<GuidAttribute("8D095035-AB0C-4363-891A-8C79F5CDA259")>]
[<InterfaceTypeAttribute()>]
type IVsWCFMetadataStorage =  interface end
public interface IVsWCFMetadataStorage

IVsWCFMetadataStorage 类型公开以下成员。

方法

  名称 说明
公共方法 AdviseWCFMetadataStorageEvents 注册元数据存储事件通知的调用方。
公共方法 BeginUpdate 启动更新到 windows communication foundation (WCF) 元数据存储文件。
公共方法 CreateMetadataFile 在 windows communication foundation (WCF) 元数据存储区创建新的元数据文件。
公共方法 DeleteMetadataFile 从 windows communication foundation (WCF) 元数据存储删除现有的元数据文件。
公共方法 EndUpdate 推理更新到 windows communication foundation (WCF) 元数据存储文件。
公共方法 FileCodeModel 返回 windows communication foundation (WCF) 元数据存储的代理代码模型。
公共方法 GetMapFilePath 返回 .svcmap 文件的路径在 windows communication foundation (WCF) 元数据存储。
公共方法 GetName 返回 .svcmap 文件的名称在 windows communication foundation (WCF) 元数据存储区中。
公共方法 GetNamespace 返回 windows communication foundation (WCF) 元数据存储的命名空间。
公共方法 LoadMapFileData 将元数据加载到 .svcmap 文件。
公共方法 LoadMetadataFile 将元数据加载到元数据文件。
公共方法 ProjectItemId 返回 windows communication foundation (WCF) 元数据存储的 ProjectItemId
公共方法 Remove 删除完整的 windows communication foundation (WCF) 元数据存储。
公共方法 RunProxyGenerator 运行代码生成器创建 windows communication foundation (WCF) 服务客户端。
公共方法 SaveMapFileData 保存在 windows communication foundation (WCF) 元数据存储的 .svcmap 文件。
公共方法 SaveMetadataFile 保存在 windows communication foundation (WCF) 元数据存储的元数据文件。
公共方法 SetName 设置 .svcmap 文件的名称在 windows communication foundation (WCF) 元数据存储区中。
公共方法 SetNamespace 设置 windows communication foundation (WCF) 元数据存储的命名空间。
公共方法 UnadviseWCFMetadataStorageEvents 移除元数据存储事件通知的注册。

页首

备注

元数据存储为服务所有元数据引用组保存的位置。 它通常是一个目录中。

IVsWCFMetadataStorage 接口使您能够读取和写入元数据文件和其他属性 (例如命名空间和名称在存储。

请参阅

参考

Microsoft.VisualStudio.WCFReference.Interop 命名空间