AutomationProperties.FullDescriptionProperty Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.