This method is now obsolete.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_IsPackaged ( _
<OutAttribute> ByRef pkgd As Integer _
) As Integer
'使用
Dim instance As ProjectConfig
Dim pkgd As Integer
Dim returnValue As Integer
returnValue = instance.get_IsPackaged(pkgd)
public virtual int get_IsPackaged(
out int pkgd
)
public:
virtual int get_IsPackaged(
[OutAttribute] int% pkgd
)
public function get_IsPackaged(
pkgd : int
) : int
Parameters
pkgd
Type: System.Int32%[out] Do not use.
Return Value
Type: System.Int32
Implements
IVsProjectCfg2.get_IsPackaged(Int32%)
IVsDebuggableProjectCfg.get_IsPackaged(Int32%)
IVsProjectCfg.get_IsPackaged(Int32%)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.