IVsItemTypeResolutionService.ReferenceAdded(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.
Called by the project system when you add a new assembly reference.
public:
int ReferenceAdded(System::String ^ pszReference);
public:
int ReferenceAdded(Platform::String ^ pszReference);
int ReferenceAdded(std::wstring const & pszReference);
public int ReferenceAdded (string pszReference);
abstract member ReferenceAdded : string -> int
Public Function ReferenceAdded (pszReference As String) As Integer
Parameters
- pszReference
- String
[in] Pointer to a string containing the full path and name of the reference.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.