IVsIntellisenseProjectEventSink.OnReferenceChange(UInt32, String) Método

Definição

Chamado quando uma referência no projeto é alterada.

public:
 int OnReferenceChange(System::UInt32 dwChangeType, System::String ^ pszAssemblyPath);
public:
 int OnReferenceChange(unsigned int dwChangeType, Platform::String ^ pszAssemblyPath);
int OnReferenceChange(unsigned int dwChangeType, std::wstring const & pszAssemblyPath);
public int OnReferenceChange (uint dwChangeType, string pszAssemblyPath);
abstract member OnReferenceChange : uint32 * string -> int
Public Function OnReferenceChange (dwChangeType As UInteger, pszAssemblyPath As String) As Integer

Parâmetros

dwChangeType
UInt32

no Um valor da REFERENCECHANGETYPE enumeração.

pszAssemblyPath
String

no Cadeia de caracteres que contém o caminho completo para o assembly referenciado.

Retornos

Int32

Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.

Aplica-se a