IVsAssemblyNameUnification::GetUnifiedAssemblyName Method (String^, String^, String^, String^)

 

Returns the name of the unified assembly.

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

int GetUnifiedAssemblyName(
	String^ wszFrameworkDirectory,
	String^ wszSimpleAssemblyName,
	String^ wszFullAssemblyName,
	[OutAttribute] String^% pbstrUnifiedAssemblyName
)

Parameters

wszFrameworkDirectory
Type: System::String^

[in] String containing the directory of the .NET Framework assemblies list, Framework.xml.

wszSimpleAssemblyName
Type: System::String^

[in] String containing the simple assembly name.

wszFullAssemblyName
Type: System::String^

[in] String containing the full assembly name.

pbstrUnifiedAssemblyName
Type: System::String^

[out] String containing the unified assembly name.

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: