IVsFrameworkMultiTargeting::GetFrameworkAssemblies Method (String^, UInt32, Array^)
Visual Studio 2015
Enumerates the list of both system and non-system assemblies that correspond to the specified target framework.
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::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Show: