IVsPropertyFileIn Members
Include Protected Members
Include Inherited Members
Reads a file containing property names and values. Inherits from IVsPropertyStreamIn. Returned by the OpenExisting method of the IVsStructuredFileIO interface.
The IVsPropertyFileIn type exposes the following members.
Methods
Name | Description | |
---|---|---|
Close | Closes the stream. | |
Read(UInt32, array<UInt16[], UInt32%, array<VSPROPERTYSTREAMPROPERTYTYPE[], Object%, IErrorLog) | Reads a property and value from the stream. | |
Read | Reads a property and value from the stream. (Inherited from IVsPropertyStreamIn.) | |
SkipToEnd() | Go to the end of the input stream. | |
SkipToEnd | Go to the end of the input stream. (Inherited from IVsPropertyStreamIn.) |
Top