OutputWindow.CreateOutputWindowPane Method (String, Boolean, Boolean)
This class and its members are reserved for internal use and are not intended to be used in your code.
Namespace: Microsoft.VisualStudio.Data.Schema.Package.Internal
Assembly: Microsoft.VisualStudio.Data.Schema.Package (in Microsoft.VisualStudio.Data.Schema.Package.dll)
Syntax
'Declaration
Public Shared Function CreateOutputWindowPane ( _
paneName As String, _
visible As Boolean, _
clearWithSolution As Boolean _
) As Guid
public static Guid CreateOutputWindowPane(
string paneName,
bool visible,
bool clearWithSolution
)
public:
static Guid CreateOutputWindowPane(
String^ paneName,
bool visible,
bool clearWithSolution
)
static member CreateOutputWindowPane :
paneName:string *
visible:bool *
clearWithSolution:bool -> Guid
public static function CreateOutputWindowPane(
paneName : String,
visible : boolean,
clearWithSolution : boolean
) : Guid
Parameters
- paneName
Type: System.String
The name of the pane.
- visible
Type: System.Boolean
Set the visibility state of the pane.
- clearWithSolution
Type: System.Boolean
Indicates whether the pane should be cleared with solution. Specify true if the pane will be created by this method.
Return Value
Type: System.Guid
New GUID for pane.
.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.
See Also
Reference
CreateOutputWindowPane Overload
Microsoft.VisualStudio.Data.Schema.Package.Internal Namespace