次の方法で共有


InterceptableLocation Class

Definition

public abstract class InterceptableLocation
type InterceptableLocation = class
Public MustInherit Class InterceptableLocation
Inheritance
InterceptableLocation

Properties

Data

Opaque data which references a call when used as an argument to 'InterceptsLocationAttribute'. The value does not require escaping, i.e. it is valid in a string literal when wrapped in " (double-quote) characters.

Version

The version of the location encoding. Used as an argument to 'InterceptsLocationAttribute'.

Methods

Equals(Object)
GetDisplayLocation()

Gets a human-readable representation of the location, suitable for including in comments in generated code.

GetHashCode()

Extension Methods

GetInterceptsLocationAttributeSyntax(InterceptableLocation)

Gets an attribute list syntax consisting of an InterceptsLocationAttribute, which intercepts the call referenced by parameter location.

Applies to