Metoda IVsDebuggableProjectCfg.OpenOutput — (String, IVsOutput)
Metoda przestarzały. Nie należy używać.
Przestrzeń nazw: Microsoft.VisualStudio.Shell.Interop
Zestaw: Microsoft.VisualStudio.Shell.Interop (w Microsoft.VisualStudio.Shell.Interop.dll)
Składnia
int OpenOutput(
string szOutputCanonicalName,
out IVsOutput ppIVsOutput
)
int OpenOutput(
String^ szOutputCanonicalName,
[OutAttribute] IVsOutput^% ppIVsOutput
)
abstract OpenOutput :
szOutputCanonicalName:string *
ppIVsOutput:IVsOutput byref -> int
Function OpenOutput (
szOutputCanonicalName As String,
<OutAttribute> ByRef ppIVsOutput As IVsOutput
) As Integer
Parametry
szOutputCanonicalName
Type: System.StringNie należy używać.
ppIVsOutput
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutputNie należy używać.
Wartość zwracana
Type: System.Int32
Implementuje
IVsProjectCfg.OpenOutput(String, IVsOutput)
Zobacz też
Interfejs IVsDebuggableProjectCfg
Przestrzeń nazw Microsoft.VisualStudio.Shell.Interop
Powrót do początku