Método VCReferences.RemoveReference
Remove a referência especificada do projeto ou a coleção de referências.
Namespace: Microsoft.VisualStudio.VCProjectEngine
Assembly: Microsoft.VisualStudio.VCProjectEngine (em Microsoft.VisualStudio.VCProjectEngine.dll)
Sintaxe
'Declaração
Sub RemoveReference ( _
Reference As Object _
)
void RemoveReference(
Object Reference
)
void RemoveReference(
[InAttribute] Object^ Reference
)
abstract RemoveReference :
Reference:Object -> unit
function RemoveReference(
Reference : Object
)
Parâmetros
- Reference
Tipo: System.Object
A referência para remover um projeto ou a coleção de referências.
Segurança do .NET Framework
- Confiança total para o chamador imediato. O membro não pode ser usado por código parcialmente confiável. Para obter mais informações, consulte Usando bibliotecas de código parcialmente confiáveis.