IVsTrackProjectRetargeting2.CheckForProjectRetarget(UInt32, IVsHierarchy) Methode

Definition

Prüft, ob Projekte neu ausgerichtet werden sollen.

public:
 int CheckForProjectRetarget(System::UInt32 dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
public:
 int CheckForProjectRetarget(unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ pHier);
int CheckForProjectRetarget(unsigned int dwFlags, Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & pHier);
public int CheckForProjectRetarget (uint dwFlags, Microsoft.VisualStudio.Shell.Interop.IVsHierarchy pHier);
abstract member CheckForProjectRetarget : uint32 * Microsoft.VisualStudio.Shell.Interop.IVsHierarchy -> int
Public Function CheckForProjectRetarget (dwFlags As UInteger, pHier As IVsHierarchy) As Integer

Parameter

dwFlags
UInt32

Die Flags.

pHier
IVsHierarchy

Die Projekt Hierarchie.

Gibt zurück

Int32

Das HRESULT.

Gilt für