IVsComponentEnumeratorFactory4::GetReferencePathsForTargetFramework Method (String^, IEnumComponents^)

 

Provides an enumerator for the reference paths to the specified target framework.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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.

Return Value

Type: System::Int32

Returns S_OK if the enumerator was set.

Return to top
Show: