IVsComponentModelHost::GetComponentAssemblies Method (UInt32, array<String^>^, UInt32)

 

Gets the component assemblies discovered.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int GetComponentAssemblies(
	unsigned int cAssemblies,
	array<String^>^ rgbstrAssemblyPaths,
	[OutAttribute] unsigned int% pcActualAssemblies
)

Parameters

cAssemblies
Type: System::UInt32

[in] The size of the rgbstrAssemblyPaths array.

rgbstrAssemblyPaths
Type: array<System::String^>^

[out] The assembly paths. The size of the array is given in cAssemblies. This array is not updated if the number of assemblies discovered is greater than cAssemblies.

pcActualAssemblies
Type: System::UInt32

[out] The number of assemblies discovered.

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: