Hinweis
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, sich anzumelden oder das Verzeichnis zu wechseln.
Für den Zugriff auf diese Seite ist eine Autorisierung erforderlich. Sie können versuchen, das Verzeichnis zu wechseln.
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
[<GuidAttribute("805B0E0A-7122-4855-962F-887E46D2F112")>]
[<InterfaceTypeAttribute()>]
type IVsPropertyFileIn =
interface
interface IVsPropertyStreamIn
end
public interface IVsPropertyFileIn extends IVsPropertyStreamIn
Remarks
Implemented by the environment. Used with the IVsStructuredFileIO interface. Extends and inherits from IVsPropertyStreamIn.