Método IVsProjectCfg.get_IsPackaged (Int32)
Método obsoleto.Não use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (em Microsoft.VisualStudio.Shell.Interop.dll)
Sintaxe
int get_IsPackaged(
out int pfIsPackaged
)
int get_IsPackaged(
[OutAttribute] int% pfIsPackaged
)
abstract get_IsPackaged :
pfIsPackaged:int byref -> int
Function get_IsPackaged (
<OutAttribute> ByRef pfIsPackaged As Integer
) As Integer
Parâmetros
- pfIsPackaged
Não use.
Valor de retorno
Type: System.Int32
Consulte também
Interface IVsProjectCfg
Namespace Microsoft.VisualStudio.Shell.Interop
Retornar ao topo