IVsRetargetProject Interface
Provides methods for retargeting projects.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.12.0 (in Microsoft.VisualStudio.Shell.Interop.12.0.dll)
Syntax
'Declaration
<GuidAttribute("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")> _
<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)> _
Public Interface IVsRetargetProject
[GuidAttribute("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")]
[InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsRetargetProject
[GuidAttribute(L"6267AFD3-3A5D-413C-8F97-4580CEC51DF4")]
[InterfaceTypeAttribute(ComInterfaceType::InterfaceIsIUnknown)]
public interface class IVsRetargetProject
[<GuidAttribute("6267AFD3-3A5D-413C-8F97-4580CEC51DF4")>]
[<InterfaceTypeAttribute(ComInterfaceType.InterfaceIsIUnknown)>]
type IVsRetargetProject = interface end
public interface IVsRetargetProject
The IVsRetargetProject type exposes the following members.
Methods
Name | Description | |
---|---|---|
CheckForRetarget | Determines whether retargeting is necessary. | |
GetAffectedFilesList | Used to create a single unified checkout list. | |
Retarget | Execute the retargeting. |
Top