IVsPropertyFileOut Interface
Writes out a file of property names and values. Extends an inherits from IVsPropertyStreamOut. Returned by the CreateNew method of the IVsStructuredFileIO interface.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
Assembly: Microsoft.VisualStudio.Shell.Interop (in microsoft.visualstudio.shell.interop.dll)
[GuidAttribute("3018E511-6282-41FC-8E1F-77AB1BDDE523")] [InterfaceTypeAttribute(1)] public interface IVsPropertyFileOut : IVsPropertyStreamOut
/** @attribute GuidAttribute("3018E511-6282-41FC-8E1F-77AB1BDDE523") */
/** @attribute InterfaceTypeAttribute(1) */
public interface IVsPropertyFileOut extends IVsPropertyStreamOut
Implemented by the environment. Used with the IVsStructuredFileIOHelper interface.
For examples of the interface in use, see the code for My C Package Sample and Figures Project Sample.