IVsIntellisenseProjectEventSink.OnReferenceChange(UInt32, String) Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Se o método for bem-sucedido, retornará S_OK. Se falhar, retornará um código de erro.