ProjectConfig.OpenOutputGroup Method
Opens the output group with the supplied name.
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Overridable Function OpenOutputGroup ( _
szCanonicalName As String, _
<OutAttribute> ByRef ppIVsOutputGroup As IVsOutputGroup _
) As Integer
'Usage
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
abstract OpenOutputGroup :
szCanonicalName:string *
ppIVsOutputGroup:IVsOutputGroup -> int
override OpenOutputGroup :
szCanonicalName:string *
ppIVsOutputGroup:IVsOutputGroup -> int
Parameters
- szCanonicalName
Type: System.String
The 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
Implements
IVsProjectCfg2.OpenOutputGroup(String, IVsOutputGroup%)
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace