Condividi tramite


Metodo Reference2.Remove

Rimuove il riferimento da References l'oggetto che lo contiene.

Spazio dei nomi:  VSLangProj2
Assembly:  VSLangProj2 (in VSLangProj2.dll)

Sintassi

'Dichiarazione
Sub Remove
void Remove()
void Remove()
abstract Remove : unit -> unit 
function Remove()

Esempi

' Macro Editor
Imports VSLangProj
Public Sub TestReport()
   ' First project is a Visual Basic or C# project.
   Dim vsProject As VSProject = _
      CType(DTE.Solution.Projects.Item(1).Object, VSProject)
        
   ' Add an assembly and display its type, "Assembly".
   Dim newRef As Reference
   newRef = vsProject.References.Add("C:\SomeProject\bin\template.dll")
   newRef.Remove()
End Sub

Sicurezza di .NET Framework

Vedere anche

Riferimenti

Reference2 Interfaccia

Overload Remove

Spazio dei nomi VSLangProj2