IVsDependencyProvider 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.
Provides access to a project configuration's dependencies.
public interface class IVsDependencyProvider
public interface class IVsDependencyProvider
__interface IVsDependencyProvider
[System.Runtime.InteropServices.Guid("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IVsDependencyProvider
[System.Runtime.InteropServices.Guid("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsDependencyProvider
[<System.Runtime.InteropServices.Guid("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IVsDependencyProvider = interface
[<System.Runtime.InteropServices.Guid("819CC554-C7BF-4965-A4D4-937B2B6CD2E1")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsDependencyProvider = interface
Public Interface IVsDependencyProvider
- Attributes
Notes to Implementers
Implemented by projects to enable the environment and other projects to access dependency information.
Methods
EnumDependencies(IVsEnumDependencies) |
Provides access to a dependency enumerator. |
OpenDependency(String, IVsDependency) |
Provides access to a specified dependency. |