Condividi tramite


Metodo IVsContainedLanguage.Refresh

Ricompila il file del linguaggio, o l'intero progetto.

Spazio dei nomi:  Microsoft.VisualStudio.TextManager.Interop
Assembly:  Microsoft.VisualStudio.TextManager.Interop.8.0 (in Microsoft.VisualStudio.TextManager.Interop.8.0.dll)

Sintassi

'Dichiarazione
Function Refresh ( _
    dwRefreshMode As UInteger _
) As Integer
int Refresh(
    uint dwRefreshMode
)
int Refresh(
    [InAttribute] unsigned int dwRefreshMode
)
abstract Refresh : 
        dwRefreshMode:uint32 -> int
function Refresh(
    dwRefreshMode : uint
) : int

Parametri

  • dwRefreshMode
    Tipo: UInt32

    [in] un valore dal ContainedLanguageRefreshMode indicazione di enumerazione cosa deve essere ricompilato (il file o l'intero progetto).

Valore restituito

Tipo: Int32
Se l'operazione riesce, restituisce S_OK; in caso contrario, restituisce un codice di errore.

Note

Firma COM

da singlefileeditor.idl:

HRESULT IVsContainedLanguage::Refresh(
   [in] DWORD dwRefreshMode
);

Sicurezza di .NET Framework

Vedere anche

Riferimenti

IVsContainedLanguage Interfaccia

Spazio dei nomi Microsoft.VisualStudio.TextManager.Interop