Partager via


IVsPropertyFileOut Members

Include Protected Members
Include Inherited Members

Writes out a file of property names and values. Extends an inherits from IVsPropertyStreamOut. Returned by the CreateNew method of the IVsStructuredFileIO interface.

The IVsPropertyFileOut type exposes the following members.

Methods

  Name Description
Public method BeginPropertySection(String, String, IVsPropertyStreamOut%, UInt32%) Begins a property section (inner property stream) used until a call to EndPropertySection.
Public method BeginPropertySection Begins a property section (inner property stream) used until a call to EndPropertySection. (Inherited from IVsPropertyStreamOut.)
Public method Close Closes the stream.
Public method EndPropertySection(UInt32) Ends a property section (an inner property stream).
Public method EndPropertySection Ends a property section (an inner property stream). (Inherited from IVsPropertyStreamOut.)
Public method Flush() Flushes a property stream.
Public method Flush Flushes a property stream. (Inherited from IVsPropertyStreamOut.)
Public method Write(String, Object, String) Writes a property name, value, and comment to the stream.
Public method Write Writes a property name, value, and comment to the stream. (Inherited from IVsPropertyStreamOut.)
Public method WriteSzAsBSTR(String, String, String) Write out a null-terminated string property value as a BSTR.
Public method WriteSzAsBSTR Write out a null-terminated string property value as a BSTR. (Inherited from IVsPropertyStreamOut.)

Top

See Also

Reference

IVsPropertyFileOut Interface

Microsoft.VisualStudio.Shell.Interop Namespace