IVsHiddenRegion.GetType 方法
傳回的隱藏的區域的型別 (也就是隱藏或可摺疊)。
命名空間: Microsoft.VisualStudio.TextManager.Interop
組件: Microsoft.VisualStudio.TextManager.Interop (在 Microsoft.VisualStudio.TextManager.Interop.dll 中)
語法
'宣告
Function GetType ( _
<OutAttribute> ByRef piHiddenRegionType As Integer _
) As Integer
int GetType(
out int piHiddenRegionType
)
int GetType(
[OutAttribute] int% piHiddenRegionType
)
abstract GetType :
piHiddenRegionType:int byref -> int
function GetType(
piHiddenRegionType : int
) : int
參數
piHiddenRegionType
類型:Int32%[] out隱藏的區域型別的指標。 如需詳細資訊,請參閱 HIDDEN_REGION_TYPE。
傳回值
類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。
備註
COM 簽章
從 textmgr.idl:
HRESULT IVsHiddenRegion::GetType(
[out] long *piHiddenRegionType
);
隱藏的區域類型會決定是否要隱藏的區域 (隱藏) 或可摺疊 (加外框)。 型別是永久的隱藏區域屬性。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。