VCReferences::CanAddAssemblyReferenceWithStrongName Method (String^, String^)

 

Returns a value indicating whether to add the given assembly (.NET) reference by refering to it by its strong name.

Namespace:   Microsoft.VisualStudio.VCProjectEngine
Assembly:  Microsoft.VisualStudio.VCProjectEngine (in Microsoft.VisualStudio.VCProjectEngine.dll)

bool CanAddAssemblyReferenceWithStrongName(
	String^ bstrRef,
	String^ bstrAssemblyName
)

Parameters

bstrRef
Type: System::String^

A string representing the path of the assembly.

bstrAssemblyName
Type: System::String^

Strong name of the assembly.

Return Value

Type: System::Boolean

true if the assembly reference can be added, false if it cannot.

Return to top
Show: