Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 | |
|---|---|---|
| .gif) | AlreadyReferenced | |
| .gif) | FullPath | |
| .gif) | Name | 
Top