共用方式為


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 安全性

請參閱

參考

IVsHiddenRegion 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間