Udostępnij za pośrednictwem


Metoda IVsProject2.RemoveItem — (UInt32, UInt32, Int32)

 

Usuwa element z projektu.

Przestrzeń nazw:   Microsoft.VisualStudio.Shell.Interop
Zestaw:  Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)

Składnia

int RemoveItem(
    uint dwReserved,
    uint itemid,
    out int pfResult
)
int RemoveItem(
    unsigned int dwReserved,
    unsigned int itemid,
    [OutAttribute] int% pfResult
)
abstract RemoveItem : 
        dwReserved:uint32 *
        itemid:uint32 *
        pfResult:int byref -> int
Function RemoveItem (
    dwReserved As UInteger,
    itemid As UInteger,
    <OutAttribute> ByRef pfResult As Integer
) As Integer

Parametry

  • dwReserved
    Type: System.UInt32

    [in] Zarezerwowane do użytku w przyszłości.

  • itemid
    Type: System.UInt32

    [in] Identyfikator elementu do usunięcia.

  • pfResult
    Type: System.Int32

    [out, retval] true Jeśli element został pomyślnie usunięty z projektu.

Wartość zwracana

Type: System.Int32

Jeśli metoda zakończy się pomyślnie, zwraca S_OK. Jeśli nie, zwraca kod błędu.

Uwagi

Podpis COM

Z vsshell.idl:

HRESULT IVsProject2::RemoveItem(
   [in] DWORD dwReserved,
   [in] VSITEMID itemid,
   [out, retval] BOOL * pfResult
);

Zobacz też

Interfejs IVsProject2
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop

Powrót do początku