IVsPropertyFileIn Schnittstelle

Definition

Liest eine Datei, die Eigenschaftennamen und -werte enthält. Erbt von IVsPropertyStreamIn. Wird durch die OpenExisting(String, UInt32, UInt32, UInt32, IVsStructuredFileIOHelper, UInt32, IVsPropertyFileIn, String[])-Methode der IVsStructuredFileIO-Schnittstelle zurückgegeben.

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(1)>]
type IVsPropertyFileIn = interface
    interface IVsPropertyStreamIn
Public Interface IVsPropertyFileIn
Implements IVsPropertyStreamIn
Attribute
Implementiert

Hinweise

Wird von der Umgebung implementiert. Wird mit der IVsStructuredFileIO-Schnittstelle verwendet. Erweitert IVsPropertyStreamIn und erbt davon.

Methoden

Close()

Schließt den Datenstrom.

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

Liest eine Eigenschaft und einen Wert aus dem Stream.

SkipToEnd()

Wechselt zum Ende des Eingabestreams.

Gilt für