ConverterTextIdentity Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
A special identity for the pseudo-property that holds the text to pass to a type converter to create a type instead of calling the default constructor.
Namespace: Microsoft.Windows.Design.Documents.Identities
Assembly: Microsoft.Windows.Design.Markup (in Microsoft.Windows.Design.Markup.dll)
Syntax
'Declaration
Public Class ConverterTextIdentity _
Inherits Identity
'Usage
Dim instance As ConverterTextIdentity
public class ConverterTextIdentity : Identity
public ref class ConverterTextIdentity : public Identity
public class ConverterTextIdentity extends Identity
Inheritance Hierarchy
System.Object
Microsoft.Windows.Design.Documents.Identities.Identity
Microsoft.Windows.Design.Documents.Identities.ConverterTextIdentity
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
See Also
Reference
Microsoft.Windows.Design.Documents.Identities Namespace