Opens the output group with the supplied name.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function OpenOutputGroup ( _
szCanonicalName As String, _
<OutAttribute> ByRef ppIVsOutputGroup As IVsOutputGroup _
) As Integer
'使用
Dim instance As ProjectConfig
Dim szCanonicalName As String
Dim ppIVsOutputGroup As IVsOutputGroup
Dim returnValue As Integer
returnValue = instance.OpenOutputGroup(szCanonicalName, _
ppIVsOutputGroup)
public virtual int OpenOutputGroup(
string szCanonicalName,
out IVsOutputGroup ppIVsOutputGroup
)
public:
virtual int OpenOutputGroup(
String^ szCanonicalName,
[OutAttribute] IVsOutputGroup^% ppIVsOutputGroup
)
public function OpenOutputGroup(
szCanonicalName : String,
ppIVsOutputGroup : IVsOutputGroup
) : int
Parameters
szCanonicalName
Type: System.StringThe canonical name of the configuration (for example, Debug or Release).
ppIVsOutputGroup
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputGroup%[out] The output group.
Return Value
Type: System.Int32
If the method succeeds, it returns [F:VisualStudio.VSConstants.S_OK.] If it fails, it returns E_FAIL().
Implements
IVsProjectCfg2.OpenOutputGroup(String, IVsOutputGroup%)
Remarks
This method is a member of the IVsProjectCfg2 interface.
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.