Método IVsIntellisenseProjectEventSink.OnReferenceChange (UInt32, String)
Chamado quando uma referência nas alterações de projeto.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (em Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Sintaxe
int OnReferenceChange(
uint dwChangeType,
string pszAssemblyPath
)
int OnReferenceChange(
unsigned int dwChangeType,
String^ pszAssemblyPath
)
abstract OnReferenceChange :
dwChangeType:uint32 *
pszAssemblyPath:string -> int
Function OnReferenceChange (
dwChangeType As UInteger,
pszAssemblyPath As String
) As Integer
Parâmetros
- dwChangeType
[in] Um valor a partir do REFERENCECHANGETYPE enumeração.
- pszAssemblyPath
[in] Seqüência de caracteres que contém o caminho completo para o assembly referenciado.
Valor de retorno
Type: System.Int32
Se o método for bem-sucedido, ele retorna S_OK.Se ele falhar, ele retorna um código de erro.
Consulte também
Interface IVsIntellisenseProjectEventSink
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo