Udostępnij za pośrednictwem


Metoda IVsSolutionBuildManager.get_IsDebug — (Int32)

 

Metoda przestarzały. Nie należy używać.

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

Składnia

int get_IsDebug(
    out int pfIsDebug
)
int get_IsDebug(
    [OutAttribute] int% pfIsDebug
)
abstract get_IsDebug : 
        pfIsDebug:int byref -> int
Function get_IsDebug (
    <OutAttribute> ByRef pfIsDebug As Integer
) As Integer

Parametry

Wartość zwracana

Type: System.Int32

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

Zobacz też

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

Powrót do początku