Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: Microsoft.Internal.VisualStudio.PlatformUI
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'Declaration
Protected Function GetHIcon ( _
source As IVsUIObject _
) As IntPtr
protected IntPtr GetHIcon(
IVsUIObject source
)
protected:
IntPtr GetHIcon(
IVsUIObject^ source
)
member GetHIcon :
source:IVsUIObject -> IntPtr
protected function GetHIcon(
source : IVsUIObject
) : IntPtr
Parameters
- source
Type: Microsoft.VisualStudio.Shell.Interop.IVsUIObject
Return Value
Type: System.IntPtr
.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.