IVsComponentEnumeratorFactory4.GetReferencePathsForTargetFramework(String, IEnumComponents) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Fournit un énumérateur pour les chemins d'accès de référence vers la version de framework cible spécifiée.
public:
int GetReferencePathsForTargetFramework(System::String ^ TargetFrameworkMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumComponents ^ % ppEnumerator);
public:
int GetReferencePathsForTargetFramework(Platform::String ^ TargetFrameworkMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumComponents ^ & ppEnumerator);
int GetReferencePathsForTargetFramework(std::wstring const & TargetFrameworkMoniker, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IEnumComponents const & & ppEnumerator);
public int GetReferencePathsForTargetFramework (string TargetFrameworkMoniker, out Microsoft.VisualStudio.Shell.Interop.IEnumComponents ppEnumerator);
abstract member GetReferencePathsForTargetFramework : string * IEnumComponents -> int
Public Function GetReferencePathsForTargetFramework (TargetFrameworkMoniker As String, ByRef ppEnumerator As IEnumComponents) As Integer
Paramètres
- TargetFrameworkMoniker
- String
[in] Chaîne identifiant le framework cible.
- ppEnumerator
- IEnumComponents
[out] Pointeur vers un objet énumérateur qui retourne la liste des chemins d'accès des références.
Retours
Retourne S_OK si l'énumérateur a été défini.