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 | |
---|---|---|
BeginPropertySection | Begins a property section (inner property stream) used until a call to EndPropertySection. | |
Close | Closes the stream. | |
EndPropertySection | Ends a property section (an inner property stream). | |
Flush | Flushes a property stream. | |
Write | Writes a property name, value, and comment to the stream. | |
WriteSzAsBSTR | Write out a null-terminated string property value as a BSTR. |
Top