IVsFileReferenceProviderContext Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The context object used to initialize the file reference provider.
public interface class IVsFileReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
public interface class IVsFileReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
__interface IVsFileReferenceProviderContext : Microsoft::VisualStudio::Shell::Interop::IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("1D594BAA-05BC-4882-B118-4CA95AD56E41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
[System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)]
public interface IVsFileReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[System.Runtime.InteropServices.Guid("1D594BAA-05BC-4882-B118-4CA95AD56E41")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsFileReferenceProviderContext : Microsoft.VisualStudio.Shell.Interop.IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("1D594BAA-05BC-4882-B118-4CA95AD56E41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
[<System.Runtime.InteropServices.TypeLibType(System.Runtime.InteropServices.TypeLibTypeFlags.FOleAutomation)>]
type IVsFileReferenceProviderContext = interface
interface IVsReferenceProviderContext
[<System.Runtime.InteropServices.Guid("1D594BAA-05BC-4882-B118-4CA95AD56E41")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsFileReferenceProviderContext = interface
interface IVsReferenceProviderContext
Public Interface IVsFileReferenceProviderContext
Implements IVsReferenceProviderContext
- Attributes
- Implements
Properties
BrowseFilter |
Gets or sets the file types to filter, such as *.dll, *.ocx, and so on. |
DefaultBrowseLocation |
Gets or sets the default browse location. If this property returns a non-empty string, reference manager uses the passed in value instead of the last browsed location. |
ProviderGuid | |
ReferenceFilterPaths | |
References |
Methods
AddReference(IVsReference) | |
CreateReference() |