IVsFileReference Interface

Provides information about Visual Studio file references.

Namespace:  Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)

Syntax

'Declaration
<GuidAttribute("DEB39E27-EF55-4626-A586-24FBDD918792")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsFileReference _
    Inherits IVsReference
[GuidAttribute("DEB39E27-EF55-4626-A586-24FBDD918792")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFileReference : IVsReference
[GuidAttribute(L"DEB39E27-EF55-4626-A586-24FBDD918792")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsFileReference : IVsReference
[<GuidAttribute("DEB39E27-EF55-4626-A586-24FBDD918792")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFileReference =  
    interface 
        interface IVsReference 
    end
public interface IVsFileReference extends IVsReference

The IVsFileReference type exposes the following members.

Properties

  Name Description
Public property AlreadyReferenced
Public property FullPath
Public property Name

Top

See Also

Reference

Microsoft.VisualStudio.Shell.Interop Namespace