IWebClassLibProjectEvents.OnReferenceAdded(String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Occurs when a reference is added to the project.
public:
int OnReferenceAdded(System::String ^ pszReferencePath);
public:
int OnReferenceAdded(Platform::String ^ pszReferencePath);
int OnReferenceAdded(std::wstring const & pszReferencePath);
public int OnReferenceAdded (string pszReferencePath);
abstract member OnReferenceAdded : string -> int
Public Function OnReferenceAdded (pszReferencePath As String) As Integer
Parameters
- pszReferencePath
- String
The path of the reference.
Returns
The HRESULT.