Implements OpenOutput, which is obsolete. Do not implement.
Namespace: Microsoft.VisualStudio.Package
Assembly: MPF.Project.NonShipping (in MPF.Project.NonShipping.dll)
Syntax
'宣言
Public Overridable Function OpenOutput ( _
name As String, _
<OutAttribute> ByRef output As IVsOutput _
) As Integer
'使用
Dim instance As ProjectConfig
Dim name As String
Dim output As IVsOutput
Dim returnValue As Integer
returnValue = instance.OpenOutput(name, _
output)
public virtual int OpenOutput(
string name,
out IVsOutput output
)
public:
virtual int OpenOutput(
String^ name,
[OutAttribute] IVsOutput^% output
)
public function OpenOutput(
name : String,
output : IVsOutput
) : int
Parameters
name
Type: System.StringDo not use.
output
Type: Microsoft.VisualStudio.Shell.Interop.IVsOutput%Do not use.
Return Value
Type: System.Int32
The base method returns E_NOTIMPL.
Implements
IVsProjectCfg2.OpenOutput(String, IVsOutput%)
IVsDebuggableProjectCfg.OpenOutput(String, IVsOutput%)
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.