Método IVsCfg.get_IsReleaseOnly (Int32)

 

Publicado: abril de 2016

Obsoleto.Não use.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)

Sintaxe

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

Parâmetros

  • pfIsReleaseOnly
    Não use.

Valor de retorno

Type: System.Int32

Consulte também

Interface IVsCfg
Namespace Microsoft.VisualStudio.Shell.Interop

Retornar ao topo