Returns the project's configuration object.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function get_ProjectCfg ( _
<OutAttribute> ByRef p As IVsProjectCfg _
) As Integer
'使用
Dim instance As BuildableProjectConfig
Dim p As IVsProjectCfg
Dim returnValue As Integer
returnValue = instance.get_ProjectCfg(p)
public virtual int get_ProjectCfg(
out IVsProjectCfg p
)
public:
virtual int get_ProjectCfg(
[OutAttribute] IVsProjectCfg^% p
)
public function get_ProjectCfg(
p : IVsProjectCfg
) : int
Parameters
p
Type: Microsoft.VisualStudio.Shell.Interop.IVsProjectCfg%The project's configuration.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK, otherwise it returns an error code.
Implements
IVsBuildableProjectCfg.get_ProjectCfg(IVsProjectCfg%)
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.