IVsComponentEnumeratorFactory4::GetReferencePathsForTargetFramework Method (String^, IEnumComponents^)
Visual Studio 2015
Provides an enumerator for the reference paths to the specified target framework.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
int GetReferencePathsForTargetFramework(
String^ TargetFrameworkMoniker,
[OutAttribute] IEnumComponents^% ppEnumerator
)
Parameters
- TargetFrameworkMoniker
-
Type:
System::String^
[in] String that identifies the target framework.
- ppEnumerator
-
Type:
Microsoft.VisualStudio.Shell.Interop::IEnumComponents^
[out] Pointer to an enumerator object that returns the list of reference paths.
Show: