Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
TypeConverter implementation that converts an empty string to a user friendly display name.
Namespace: Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters
Assembly: Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)
Syntax
'Declaration
Public Class ReferencePropertyConverter _
Inherits StringConverter
public class ReferencePropertyConverter : StringConverter
public ref class ReferencePropertyConverter : public StringConverter
public class ReferencePropertyConverter extends StringConverter
Remarks
This TypeConverter is used in the ElementReferenceProperty class, for non-required references.
Inheritance Hierarchy
System.Object
System.ComponentModel.TypeConverter
System.ComponentModel.StringConverter
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters.ReferencePropertyConverter
See Also
ReferencePropertyConverter Members
Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ComponentModel.Converters Namespace