MpfUtilities.GetImageList Method (Object)
Namespace: Microsoft.VisualStudio.Data.Schema.Project.Project.MPF
Assembly: Microsoft.VisualStudio.Data.Schema.Project (in Microsoft.VisualStudio.Data.Schema.Project.dll)
Syntax
'Declaration
Public Shared Function GetImageList ( _
imageListAsPointer As Object _
) As ImageList
'Usage
Dim imageListAsPointer As Object
Dim returnValue As ImageList
returnValue = MpfUtilities.GetImageList(imageListAsPointer)
public static ImageList GetImageList(
Object imageListAsPointer
)
public:
static ImageList^ GetImageList(
Object^ imageListAsPointer
)
public static function GetImageList(
imageListAsPointer : Object
) : ImageList
static member GetImageList :
imageListAsPointer:Object -> ImageList
Parameters
- imageListAsPointer
Type: System.Object
Return Value
Type: System.Windows.Forms.ImageList
.NET Framework Security
- 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.
See Also
Reference
Microsoft.VisualStudio.Data.Schema.Project.Project.MPF Namespace