Gets the project configuration.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_ProjectCfg ( _
<OutAttribute> ByRef ppIVsProjectCfg2 As IVsProjectCfg2 _
) As Integer
'使用
Dim instance As OutputGroup
Dim ppIVsProjectCfg2 As IVsProjectCfg2
Dim returnValue As Integer
returnValue = instance.get_ProjectCfg(ppIVsProjectCfg2)
public virtual int get_ProjectCfg(
out IVsProjectCfg2 ppIVsProjectCfg2
)
public:
virtual int get_ProjectCfg(
[OutAttribute] IVsProjectCfg2^% ppIVsProjectCfg2
)
public function get_ProjectCfg(
ppIVsProjectCfg2 : IVsProjectCfg2
) : int
Parameters
ppIVsProjectCfg2
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectCfg2%[out] Returns the IVsProjectCfg2 interface for the project configuration.
Return Value
Type: System.Int32
S_OK.
Implements
IVsOutputGroup2.get_ProjectCfg(IVsProjectCfg2%)
IVsOutputGroup.get_ProjectCfg(IVsProjectCfg2%)
Remarks
This is the implementation for get_ProjectCfg.
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.