共用方式為


IVsSmartTagData.GetImageIndex 方法

取得與這個智慧標籤的資料會顯示圖示的索引。

命名空間:  Microsoft.VisualStudio.TextManager.Interop
組件:  Microsoft.VisualStudio.TextManager.Interop.8.0 (在 Microsoft.VisualStudio.TextManager.Interop.8.0.dll 中)

語法

'宣告
Function GetImageIndex ( _
    <OutAttribute> ByRef piIndex As Integer _
) As Integer
int GetImageIndex(
    out int piIndex
)
int GetImageIndex(
    [OutAttribute] int% piIndex
)
abstract GetImageIndex : 
        piIndex:int byref -> int
function GetImageIndex(
    piIndex : int
) : int

參數

  • piIndex
    類型:Int32%

    [] out影像的索引。

傳回值

類型:Int32
如果此方法將會成功,則會傳回S_OK。如果失敗,它就會傳回錯誤碼。

.NET Framework 安全性

請參閱

參考

IVsSmartTagData 介面

Microsoft.VisualStudio.TextManager.Interop 命名空間