Bagikan melalui


CompilerServices.TypeProviderEditorHideMethodsAttribute Class (F#)

Indicates that a code editor should hide all System.Object methods from the Intellisense menus for instances of a provided type

Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices

Assembly: FSharp.Core (in FSharp.Core.dll)

[<AttributeUsage(5132, AllowMultiple = false)>]
type TypeProviderEditorHideMethodsAttribute =
 class
  new TypeProviderEditorHideMethodsAttribute : unit -> TypeProviderEditorHideMethodsAttribute
 end

Remarks

You can also use the short form of the name, TypeProviderEditorHideMethods.

Constructors

Member

Description

new

Creates an instance of the attribute.

Platforms

Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2

Version Information

F# Core Library Versions

Supported in: 4.0, Portable

See Also

Reference

Microsoft.FSharp.Core.CompilerServices Namespace (F#)