Click or drag to resize
SupportsDirectContentViaTypeFromStringConvertersAttribute Class
Indicates that the type supports direct content when used in XAML. A XAML processor uses this information when processing XAML child elements of XAML representations of the attributed type. The direct content is converted using the TypeFromStringConverter class.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    System.Windows.MarkupSupportsDirectContentViaTypeFromStringConvertersAttribute

Namespace: System.Windows.Markup
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public class SupportsDirectContentViaTypeFromStringConvertersAttribute : Attribute

The SupportsDirectContentViaTypeFromStringConvertersAttribute type exposes the following members.

Constructors
  NameDescription
Public methodSupportsDirectContentViaTypeFromStringConvertersAttribute
Initializes a new instance of the SupportsDirectContentViaTypeFromStringConvertersAttribute class.
Top
Methods
  NameDescription
Public methodEquals
Returns a value that indicates whether this instance is equal to a specified object.
(Inherited from Attribute.)
Public methodGetHashCode
Returns the hash code for this instance.
(Inherited from Attribute.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also