OutputWindow.CreateOutputWindowPane 方法 (Guid, String, Boolean, Boolean)
這個類別和它的成員會保留給內部使用,其目的不是要供您的程式碼使用。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.Internal
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
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
)
參數
- pane
型別:System.Guid
窗格的 GUID。
- paneName
型別:System.String
窗格的名稱。
- visible
型別:System.Boolean
設定窗格的可見度狀態。
- clearWithSolution
型別:System.Boolean
表示是否應利用方案清除窗格。如果要使用此方法建立窗格,請指定 true。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。