Sdílet prostřednictvím


IVsIntellisenseProject.RemoveAssemblyReference – metoda (String)

 

Odebere odkaz na sestavení.

Obor názvů:   Microsoft.VisualStudio.Shell.Interop
Sestavení:  Microsoft.VisualStudio.Shell.Interop.8.0 (v Microsoft.VisualStudio.Shell.Interop.8.0.dll)

Syntaxe

int RemoveAssemblyReference(
    string bstrAbsPath
)
int RemoveAssemblyReference(
    String^ bstrAbsPath
)
abstract RemoveAssemblyReference : 
        bstrAbsPath:string -> int
Function RemoveAssemblyReference (
    bstrAbsPath As String
) As Integer

Parametry

  • bstrAbsPath
    [v] Řetězec obsahující úplnou cestu k sestavení.

Vrácená hodnota

Type: System.Int32

Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.

Viz také

IVsIntellisenseProject – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů

Zpátky na začátek