IVsOutputGroup2.get_KeyOutputObject Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.8.0 (in Microsoft.VisualStudio.Shell.Interop.8.0.dll)
Syntax
'宣言
Function get_KeyOutputObject ( _
<OutAttribute> ByRef ppKeyOutput As IVsOutput2 _
) As Integer
'使用
Dim instance As IVsOutputGroup2
Dim ppKeyOutput As IVsOutput2
Dim returnValue As Integer
returnValue = instance.get_KeyOutputObject(ppKeyOutput)
int get_KeyOutputObject(
out IVsOutput2 ppKeyOutput
)
int get_KeyOutputObject(
[OutAttribute] IVsOutput2^% ppKeyOutput
)
function get_KeyOutputObject(
ppKeyOutput : IVsOutput2
) : int
Parameters
ppKeyOutput
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutput2%[out] Pointer to an IVsOutput2 interface.
Return Value
Type: System.Int32
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
Remarks
COM Signature
From vsshell.idl:
HRESULT IVsOutputGroup2::get_KeyOutputObject(
[out] IVsOutput2 **ppKeyOutput
);
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.