IWebClassLibProjectEvents::OnReferenceAdded Method (String^)

 

Occurs when a reference is added to the project.

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

int OnReferenceAdded(
	String^ pszReferencePath
)

Parameters

pszReferencePath
Type: System::String^

The path of the reference.

Return Value

Type: System::Int32

The HRESULT.

Return to top
Show: