Sdílet prostřednictvím


ProjectConfig.get_IsPrivate – metoda

Tato třída a jeho členové jsou vyhrazeny pro interní použití a nejsou určeny pro použití v kódu.

Obor názvů:  Microsoft.VisualStudio.Data.Schema.Package.Project.Internal
Sestavení:  Microsoft.VisualStudio.Data.Schema.Package (v Microsoft.VisualStudio.Data.Schema.Package.dll)

Syntaxe

'Deklarace
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

Parametry

Vrácená hodnota

Typ: System.Int32

Implementuje

IVsProjectCfg2.get_IsPrivate(Int32%)

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ProjectConfig Třída

Microsoft.VisualStudio.Data.Schema.Package.Project.Internal – obor názvů