get_IsPrivate Method
Namespace: Microsoft.VisualStudio.Data.Tools.Package.Project.Internal
Assembly: Microsoft.VisualStudio.Data.Tools.Package (in Microsoft.VisualStudio.Data.Tools.Package.dll)
Syntax
'Declaration
Public Overridable Function get_IsPrivate ( _
<OutAttribute> ByRef pfPrivate As Integer _
) As Integer
'Usage
Dim instance As ProjectConfig
Dim pfPrivate As Integer
Dim returnValue As Integer
returnValue = instance.get_IsPrivate(pfPrivate)
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
Parameters
- pfPrivate
Type: System..::..Int32%
Return Value
Type: System..::..Int32
Implements
IVsProjectCfg2get_IsPrivate(Int32%)
See Also
Reference
Microsoft.VisualStudio.Data.Tools.Package.Project.Internal Namespace