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)
Syntax
'Declaration
<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyFileIn _
    Inherits IVsPropertyStreamIn
[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface IVsPropertyFileIn : IVsPropertyStreamIn
[GuidAttribute(L"805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyFileIn : IVsPropertyStreamIn
[<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyFileIn =  
    interface 
        interface IVsPropertyStreamIn 
    end
public interface IVsPropertyFileIn extends IVsPropertyStreamIn
The IVsPropertyFileIn type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
![]()  | 
Close | Closes the stream. | 
![]()  | 
Read | Reads a property and value from the stream. | 
![]()  | 
SkipToEnd | Go to the end of the input stream. | 
Top
Remarks
Implemented by the environment. Used with the IVsStructuredFileIO interface. Extends and inherits from IVsPropertyStreamIn.
.gif)