傳回狀態列上的凍結保留數。
命名空間: Microsoft.VisualStudio.Data.Schema.Package.UI
組件: Microsoft.VisualStudio.Data.Schema.Package (在 Microsoft.VisualStudio.Data.Schema.Package.dll 中)
語法
'宣告
Function GetFreezeCount ( _
possibleOwner As SharedStatusBarOwner, _
<OutAttribute> ByRef count As Integer _
) As Integer
int GetFreezeCount(
SharedStatusBarOwner possibleOwner,
out int count
)
int GetFreezeCount(
SharedStatusBarOwner^ possibleOwner,
[OutAttribute] int% count
)
abstract GetFreezeCount :
possibleOwner:SharedStatusBarOwner *
count:int byref -> int
function GetFreezeCount(
possibleOwner : SharedStatusBarOwner,
count : int
) : int
參數
- possibleOwner
型別:Microsoft.VisualStudio.Data.Schema.Package.UI.SharedStatusBarOwner
狀態列的擁有者。如果不是擁有者,就不會進行任何作業。
- count
型別:System.Int32%
目前在狀態列上的凍結保留數。
傳回值
型別:System.Int32
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。