IVsPropertyFileIn Interface

 

Reads a file containing property names and values. Inherits from IVsPropertyStreamIn. Returned by the OpenExisting method of the IVsStructuredFileIO interface.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)

[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute(1)]
public interface IVsPropertyFileIn : IVsPropertyStreamIn

NameDescription
System_CAPS_pubmethodClose()

Closes the stream.

System_CAPS_pubmethodRead(UInt32, UInt16[], UInt32, VSPROPERTYSTREAMPROPERTYTYPE[], Object, IErrorLog)

Reads a property and value from the stream.

System_CAPS_pubmethodSkipToEnd()

Go to the end of the input stream.

Implemented by the environment. Used with the IVsStructuredFileIO interface. Extends and inherits from IVsPropertyStreamIn.

Return to top
Show: