IVsOutputWindow3.CreatePane2 Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'宣告
Function CreatePane2 ( _
ByRef rguidPane As Guid, _
pszPaneName As String, _
fInitVisible As Integer, _
fClearWithSolution As Integer, _
lpszContentType As String, _
lpszTextViewRoles As String _
) As Integer
'用途
Dim instance As IVsOutputWindow3
Dim rguidPane As Guid
Dim pszPaneName As String
Dim fInitVisible As Integer
Dim fClearWithSolution As Integer
Dim lpszContentType As String
Dim lpszTextViewRoles As String
Dim returnValue As Integer
returnValue = instance.CreatePane2(rguidPane, _
pszPaneName, fInitVisible, fClearWithSolution, _
lpszContentType, lpszTextViewRoles)
int CreatePane2(
ref Guid rguidPane,
string pszPaneName,
int fInitVisible,
int fClearWithSolution,
string lpszContentType,
string lpszTextViewRoles
)
int CreatePane2(
[InAttribute] Guid% rguidPane,
[InAttribute] String^ pszPaneName,
[InAttribute] int fInitVisible,
[InAttribute] int fClearWithSolution,
[InAttribute] String^ lpszContentType,
[InAttribute] String^ lpszTextViewRoles
)
abstract CreatePane2 :
rguidPane:Guid byref *
pszPaneName:string *
fInitVisible:int *
fClearWithSolution:int *
lpszContentType:string *
lpszTextViewRoles:string -> int
function CreatePane2(
rguidPane : Guid,
pszPaneName : String,
fInitVisible : int,
fClearWithSolution : int,
lpszContentType : String,
lpszTextViewRoles : String
) : int
Parameters
- rguidPane
Type: System.Guid%
- pszPaneName
Type: System.String
- fInitVisible
Type: System.Int32
- fClearWithSolution
Type: System.Int32
- lpszContentType
Type: System.String
- lpszTextViewRoles
Type: System.String
Return Value
Type: System.Int32
.NET Framework Security
- 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.