IVsPropertyStreamOut Methods
Visual Studio 2010
The IVsPropertyStreamOut type exposes the following members.
| Name | Description | |
|---|---|---|
|
BeginPropertySection | Begins a property section (inner property stream) used until a call to EndPropertySection. |
|
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. |