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)

Syntax

'Declaration
<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")> _
<InterfaceTypeAttribute()> _
Public Interface IVsPropertyFileIn _
    Inherits IVsPropertyStreamIn
'Usage
Dim instance As IVsPropertyFileIn
[GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface IVsPropertyFileIn : IVsPropertyStreamIn
[GuidAttribute(L"805B0E0A-7122-4855-962F-887E46D2F112")]
[InterfaceTypeAttribute()]
public interface class IVsPropertyFileIn : IVsPropertyStreamIn
public interface IVsPropertyFileIn extends IVsPropertyStreamIn

Remarks

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

For examples of the interface in use, see the code for My C Package Sample and Figures Project Sample.

See Also

Reference

IVsPropertyFileIn Members

Microsoft.VisualStudio.Shell.Interop Namespace