IVsFrameworkMultiTargeting::GetFrameworkAssemblies Method (String^, UInt32, Array^)

 

Enumerates the list of both system and non-system assemblies that correspond 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 GetFrameworkAssemblies(
	String^ pwszTargetFrameworkMoniker,
	unsigned int atAssemblyType,
	[OutAttribute] Array^% prgAssemblyPaths
)

Parameters

pwszTargetFrameworkMoniker
Type: System::String^

[in] The moniker of the target framework.

atAssemblyType
Type: System::UInt32

[in] A __VSFRAMEWORKASSEMBLYTYPE enumeration that indicates the type of framework assembly to enumerate.

prgAssemblyPaths
Type: System::Array^

[out, retval] An array containing the list of framework assemblies.

Return Value

Type: System::Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Return to top
Show: