IVsWindowPaneCommit.CommitPendingEdit – metoda (Int32)
Obor názvů: Microsoft.VisualStudio.Shell.Interop
Sestavení: Microsoft.VisualStudio.Shell.Interop (v Microsoft.VisualStudio.Shell.Interop.dll)
Syntaxe
int CommitPendingEdit(
out int pfCommitFailed
)
int CommitPendingEdit(
[OutAttribute] int% pfCommitFailed
)
abstract CommitPendingEdit :
pfCommitFailed:int byref -> int
Function CommitPendingEdit (
<OutAttribute> ByRef pfCommitFailed As Integer
) As Integer
Parametry
- pfCommitFailed
[výstup]
Vrácená hodnota
Type: System.Int32
Pokud metoda uspěje, vrací S_OK.Pokud se nezdaří, vrátí kód chyby.
Poznámky
Podpis COM
Z vsshell.idl:
HRESULT IVsWindowPaneCommit::CommitPendingEdit(
[out] BOOL *pfCommitFailed
);
Viz také
IVsWindowPaneCommit – rozhraní
Microsoft.VisualStudio.Shell.Interop – obor názvů
Zpátky na začátek