Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell (in Microsoft.VisualStudio.Shell.dll)
Syntax
'宣言
Private Function ImageList ( _
<OutAttribute> ByRef himagelist As IntPtr _
) As Integer Implements IVsTaskProvider.ImageList
'使用
Dim instance As TaskProvider
Dim himagelist As IntPtr
Dim returnValue As Integer
returnValue = CType(instance, IVsTaskProvider).ImageList(himagelist)
int IVsTaskProvider.ImageList(
out IntPtr himagelist
)
private:
virtual int ImageList(
[OutAttribute] IntPtr% himagelist
) sealed = IVsTaskProvider::ImageList
JScript does not support explicit interface implementations.
Parameters
- himagelist
Type: System.IntPtr%
Return Value
Type: System.Int32
Implements
IVsTaskProvider.ImageList(IntPtr%)
Permissions
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.