Click or drag to resize

DiagnosticItemID Methods

The DiagnosticItemID type exposes the following members.

Methods
  NameDescription
Protected methodCheckNumberOfValues
Check if number of diagnostic values matches number of brackets
(Inherited from DiagnosticItem.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodHandleValues
Examine each arg and put it into an appropriate diagnostic value
(Inherited from DiagnosticItem.)
Public methodHasHint
Returns true if this item has an associated hint. The hint can be accessed throught the Hint property.
(Overrides DiagnosticItemHasHint.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodNumberOfValues
Return the number of values that this item expects
(Inherited from DiagnosticItem.)
Public methodSetLocation(String)
Location of error message
(Inherited from DiagnosticItem.)
Public methodSetLocation(String, Double)
Location of error message
(Inherited from DiagnosticItem.)
Public methodSetLocation(DiagnosticsLocationType, String)
Location of error message
(Inherited from DiagnosticItem.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also