Compartir a través de


ProjectConfig.get_IsPrivate (Método)

Esta clase y sus miembros están reservados para uso interno y no están pensados para su uso en el código.

Espacio de nombres:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Ensamblado:  Microsoft.VisualStudio.Data.Schema.Package (en Microsoft.VisualStudio.Data.Schema.Package.dll)

Sintaxis

'Declaración
Public Overridable Function get_IsPrivate ( _
    <OutAttribute> ByRef pfPrivate As Integer _
) As Integer
public virtual int get_IsPrivate(
    out int pfPrivate
)
public:
virtual int get_IsPrivate(
    [OutAttribute] int% pfPrivate
)
abstract get_IsPrivate : 
        pfPrivate:int byref -> int 
override get_IsPrivate : 
        pfPrivate:int byref -> int 
public function get_IsPrivate(
    pfPrivate : int
) : int

Parámetros

Valor devuelto

Tipo: System.Int32

Implementaciones

IVsProjectCfg2.get_IsPrivate(Int32%)

Seguridad de .NET Framework

Vea también

Referencia

ProjectConfig Clase

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal (Espacio de nombres)