Editéieren

MonitoringDescriptionAttribute Class

Definition

Specifies a description for a property or event.

public ref class MonitoringDescriptionAttribute : System::ComponentModel::DescriptionAttribute
[System.AttributeUsage(System.AttributeTargets.All)]
public class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
public class MonitoringDescriptionAttribute : System.ComponentModel.DescriptionAttribute
[<System.AttributeUsage(System.AttributeTargets.All)>]
type MonitoringDescriptionAttribute = class
    inherit DescriptionAttribute
type MonitoringDescriptionAttribute = class
    inherit DescriptionAttribute
Public Class MonitoringDescriptionAttribute
Inherits DescriptionAttribute
Inheritance
MonitoringDescriptionAttribute
Attributes

Remarks

A visual designer can display the description when referencing the component member, such as in a Properties window. Access the Description property to get or set the text associated with this attribute.

Constructors

Name Description
MonitoringDescriptionAttribute(String)

Initializes a new instance of the MonitoringDescriptionAttribute class, using the specified description.

Properties

Name Description
Description

Gets description text associated with the item monitored.

DescriptionValue

Gets or sets the string stored as the description.

(Inherited from DescriptionAttribute)
TypeId

When implemented in a derived class, gets a unique identifier for this Attribute.

(Inherited from Attribute)

Methods

Name Description
Equals(Object)

Returns whether the value of the given object is equal to the current DescriptionAttribute.

(Inherited from DescriptionAttribute)
GetHashCode()

Returns the hash code for this instance.

(Inherited from DescriptionAttribute)
GetType()

Gets the Type of the current instance.

(Inherited from Object)
IsDefaultAttribute()

Returns a value indicating whether this is the default DescriptionAttribute instance.

(Inherited from DescriptionAttribute)
Match(Object)

When overridden in a derived class, returns a value that indicates whether this instance equals a specified object.

(Inherited from Attribute)
MemberwiseClone()

Creates a shallow copy of the current Object.

(Inherited from Object)
ToString()

Returns a string that represents the current object.

(Inherited from Object)

Applies to

See also