IVsPropertyFileIn Interface

Definition

Reads a file containing property names and values. Inherits from IVsPropertyStreamIn. Returned by the OpenExisting(String, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper, UInt32, IVsPropertyFileIn, String[]) method of the IVsStructuredFileIO interface.

public interface class IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
public interface class IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
__interface IVsPropertyFileIn : Microsoft::VisualStudio::Shell::Interop::IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsPropertyFileIn : Microsoft.VisualStudio.Shell.Interop.IVsPropertyStreamIn
[System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsPropertyFileIn : Microsoft.VisualStudio.Shell.Interop.IVsPropertyStreamIn
[<System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsPropertyFileIn = interface
    interface IVsPropertyStreamIn
[<System.Runtime.InteropServices.Guid("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsPropertyFileIn = interface
    interface IVsPropertyStreamIn
Public Interface IVsPropertyFileIn
Implements IVsPropertyStreamIn
Attributes
Implements

Remarks

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

Methods

Close()

Closes the stream.

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

Reads a property and value from the stream.

SkipToEnd()

Go to the end of the input stream.

Applies to