AutomationProperties.FullDescriptionProperty Property

Definition

Gets the identifier for the full description attached property, which exposes a localized string containing extended description text for an element.

public:
 static property DependencyProperty ^ FullDescriptionProperty { DependencyProperty ^ get(); };
static DependencyProperty FullDescriptionProperty();
public static DependencyProperty FullDescriptionProperty { get; }
var dependencyProperty = AutomationProperties.fullDescriptionProperty;
Public Shared ReadOnly Property FullDescriptionProperty As DependencyProperty

Property Value

The identifier for the full description attached property.

Remarks

FullDescription can contain a more complete description of an element than may be appropriate for the element Name.

Applies to