IVsSharedProjectReferencesHelper 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.
This is a helper service for projects that support adding/removing SharedProject References via the ReferenceManager dialog.
public interface class IVsSharedProjectReferencesHelper
public interface class IVsSharedProjectReferencesHelper
__interface IVsSharedProjectReferencesHelper
[System.Runtime.InteropServices.Guid("BB0D419C-04CD-457A-BC3C-954F447EC806")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsSharedProjectReferencesHelper
[<System.Runtime.InteropServices.Guid("BB0D419C-04CD-457A-BC3C-954F447EC806")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsSharedProjectReferencesHelper = interface
Public Interface IVsSharedProjectReferencesHelper
- Attributes
Methods
ChangeSharedMSBuildFileImports(IVsHierarchy, Array, Array, String) |
Changes the set of Shared MSBuild files imported by a project. |
ChangeSharedProjectReferences(IVsHierarchy, Int32, Object[], Int32, Object[]) |
Changes the set of Shared Projects referenced by a project. |