IVsSmartTagData.GetImageIndex(Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the index of the icon that is displayed with this smart tag data.
public:
int GetImageIndex([Runtime::InteropServices::Out] int % piIndex);
int GetImageIndex([Runtime::InteropServices::Out] int & piIndex);
public int GetImageIndex (out int piIndex);
abstract member GetImageIndex : int -> int
Public Function GetImageIndex (ByRef piIndex As Integer) As Integer
Parameters
- piIndex
- Int32
[out] The image index.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.