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.
Specifies the source location of a type provider definition, for use in error messages.
Namespace/Module Path: Microsoft.FSharp.Core.CompilerServices
Assembly: FSharp.Core (in FSharp.Core.dll)
[<AttributeUsage(32767, AllowMultiple = false)>]
type TypeProviderDefinitionLocationAttribute =
class
new TypeProviderDefinitionLocationAttribute : unit -> TypeProviderDefinitionLocationAttribute
member this.Column : int with get, set
member this.FilePath : string with get, set
member this.Line : int with get, set
member this.FilePath : string with get, set
member this.Line : int with get, set
end
Remarks
You can also use the short form of the name, TypeProviderDefinitionLocation.
Constructors
Member |
Description |
---|---|
Creates an instance of the attribute. |
Instance Members
Member |
Description |
---|---|
Specifies the column of the type provider definition. |
|
Specifies the file and path of the type provider definition. |
|
Specifies the line number of the type provider definition. |
Platforms
Windows 8, Windows 7, Windows Server 2012, Windows Server 2008 R2
Version Information
F# Core Library Versions
Supported in: 4.0, Portable