Share via


SimpleEditorView.FReserved1 Method

Reserved method.

Namespace:  Microsoft.VisualStudio.Package
Assemblies:   Microsoft.VisualStudio.Package.LanguageService.9.0 (in Microsoft.VisualStudio.Package.LanguageService.9.0.dll)
  Microsoft.VisualStudio.Package.LanguageService.10.0 (in Microsoft.VisualStudio.Package.LanguageService.10.0.dll)
  Microsoft.VisualStudio.Package.LanguageService (in Microsoft.VisualStudio.Package.LanguageService.dll)

Syntax

'Declaration
Public Overridable Function FReserved1 ( _
    reserved As UInteger, _
    message As UInteger, _
    wParam As IntPtr, _
    lParam As IntPtr _
) As Integer
public virtual int FReserved1(
    uint reserved,
    uint message,
    IntPtr wParam,
    IntPtr lParam
)
public:
virtual int FReserved1(
    unsigned int reserved, 
    unsigned int message, 
    IntPtr wParam, 
    IntPtr lParam
)
abstract FReserved1 : 
        reserved:uint32 * 
        message:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr -> int 
override FReserved1 : 
        reserved:uint32 * 
        message:uint32 * 
        wParam:IntPtr * 
        lParam:IntPtr -> int 
public function FReserved1(
    reserved : uint, 
    message : uint, 
    wParam : IntPtr, 
    lParam : IntPtr
) : int

Parameters

Return Value

Type: System.Int32
Always true.

Implements

IOleComponent.FReserved1(UInt32, UInt32, IntPtr, IntPtr)

.NET Framework Security

See Also

Reference

SimpleEditorView Class

Microsoft.VisualStudio.Package Namespace