SVsStructuredFileIO 接口

定义

传递到 GetService(Type) 以返回对的引用 IVsStructuredFileIO

public interface class SVsStructuredFileIO
public interface class SVsStructuredFileIO
__interface SVsStructuredFileIO
[System.Runtime.InteropServices.ComVisible(false)]
public interface SVsStructuredFileIO
[System.Runtime.InteropServices.ComVisible(false)]
[System.Runtime.InteropServices.Guid("12B43F9F-8550-4FFA-850F-FE9D4D396C20")]
public interface SVsStructuredFileIO
[<System.Runtime.InteropServices.ComVisible(false)>]
type SVsStructuredFileIO = interface
[<System.Runtime.InteropServices.ComVisible(false)>]
[<System.Runtime.InteropServices.Guid("12B43F9F-8550-4FFA-850F-FE9D4D396C20")>]
type SVsStructuredFileIO = interface
Public Interface SVsStructuredFileIO
属性

注解

IVsStructuredFileIO接口旨在提供一种用于执行多格式保存的常用方法,并包括对使用的一些基本支持 IPersistFileFormatIPersistFileFormat支持(包括对方法的支持) GetFormatList 面向单个语义文件类型,该类型可保存在多种磁盘格式(如 Utf-8、UNICODE 或 MBCS)中。

IVsStructuredFileIOHelper接口与一起使用 IVsStructuredFileIO ,用于加载在要使用本地化字符串加载的持久性文件中找到的标记。 例如, IVsStructuredFileIO 实现查找格式为 "nnnn" 的属性值 (其中 "nnnn" 是一系列十进制数字) ,将请求通过加载的字符串 ID nnnn LoadLocalizedString

适用于