OutputWindow.CreateOutputWindowPane Method (Guid, 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 Sub CreateOutputWindowPane ( _
pane As Guid, _
paneName As String, _
visible As Boolean, _
clearWithSolution As Boolean _
)
public static void CreateOutputWindowPane(
Guid pane,
string paneName,
bool visible,
bool clearWithSolution
)
public:
static void CreateOutputWindowPane(
Guid pane,
String^ paneName,
bool visible,
bool clearWithSolution
)
static member CreateOutputWindowPane :
pane:Guid *
paneName:string *
visible:bool *
clearWithSolution:bool -> unit
public static function CreateOutputWindowPane(
pane : Guid,
paneName : String,
visible : boolean,
clearWithSolution : boolean
)
Parameters
- pane
Type: System.Guid
A GUID for the pane.
- paneName
Type: System.String
The name of the pane.
- visible
Type: System.Boolean
Sets 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.
.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