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