OutputGroup.get_KeyOutputObject Method

Gets the actual object that represents the key output.

Namespace:  Microsoft.VisualStudio.Package
Assembly:  MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)

Syntax

'宣言
Public Overridable Function get_KeyOutputObject ( _
    <OutAttribute> ByRef ppKeyOutput As IVsOutput2 _
) As Integer
'使用
Dim instance As OutputGroup
Dim ppKeyOutput As IVsOutput2
Dim returnValue As Integer

returnValue = instance.get_KeyOutputObject(ppKeyOutput)
public virtual int get_KeyOutputObject(
    out IVsOutput2 ppKeyOutput
)
public:
virtual int get_KeyOutputObject(
    [OutAttribute] IVsOutput2^% ppKeyOutput
)
public function get_KeyOutputObject(
    ppKeyOutput : IVsOutput2
) : int

Parameters

Return Value

Type: System.Int32

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Implements

IVsOutputGroup2.get_KeyOutputObject(IVsOutput2%)

Remarks

This method is an implementation of get_KeyOutputObject.

Permissions

See Also

Reference

OutputGroup Class

OutputGroup Members

Microsoft.VisualStudio.Package Namespace