IVsDebuggableProjectCfg.OpenOutput Method
Obsolete method. Do not use.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
Syntax
'宣言
Function OpenOutput ( _
szOutputCanonicalName As String, _
<OutAttribute> ByRef ppIVsOutput As IVsOutput _
) As Integer
'使用
Dim instance As IVsDebuggableProjectCfg
Dim szOutputCanonicalName As String
Dim ppIVsOutput As IVsOutput
Dim returnValue As Integer
returnValue = instance.OpenOutput(szOutputCanonicalName, _
ppIVsOutput)
int OpenOutput(
string szOutputCanonicalName,
out IVsOutput ppIVsOutput
)
int OpenOutput(
[InAttribute] String^ szOutputCanonicalName,
[OutAttribute] IVsOutput^% ppIVsOutput
)
function OpenOutput(
szOutputCanonicalName : String,
ppIVsOutput : IVsOutput
) : int
Parameters
szOutputCanonicalName
Type: System.StringDo not use.
ppIVsOutput
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutput%Do not use.
Return Value
Type: System.Int32
Implements
IVsProjectCfg.OpenOutput(String, IVsOutput%)
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.
See Also
Reference
IVsDebuggableProjectCfg Interface