OutputWindowService.CreatePane(Guid, String, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
virtual int CreatePane(Guid % rguidPane, System::String ^ pszPaneName, int fInitVisible, int fClearWithSolution);
public int CreatePane (ref Guid rguidPane, string pszPaneName, int fInitVisible, int fClearWithSolution);
abstract member CreatePane : Guid * string * int * int -> int
override this.CreatePane : Guid * string * int * int -> int
Public Function CreatePane (ByRef rguidPane As Guid, pszPaneName As String, fInitVisible As Integer, fClearWithSolution As Integer) As Integer
Parameters
- rguidPane
- Guid
- pszPaneName
- String
- fInitVisible
- Int32
- fClearWithSolution
- Int32