Gets lookup chars of custom placeholder.
Syntax
Visual Basic (Declaration) | |
---|
<System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<System.ComponentModel.NotifyParentPropertyAttribute(True)>
<System.ComponentModel.DefaultValueAttribute()>
<System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)>
<System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")>
<ISNet.Serialization.BinarySerializableAttribute()>
Public ReadOnly Property LookupChars As LookUpCharCollection |
C# | |
---|
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public LookUpCharCollection LookupChars {get;} |
JScript | |
---|
System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)
System.ComponentModel.NotifyParentPropertyAttribute()
System.ComponentModel.DefaultValueAttribute()
System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)
System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")
ISNet.Serialization.BinarySerializableAttribute()
public function get LookupChars : LookUpCharCollection |
Managed Extensions for C++ | |
---|
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public: __property LookUpCharCollection* get_LookupChars(); |
C++/CLI | |
---|
[System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)]
[System.ComponentModel.NotifyParentPropertyAttribute(true)]
[System.ComponentModel.DefaultValueAttribute()]
[System.Web.UI.PersistenceModeAttribute(PersistenceMode.InnerProperty)]
[System.ComponentModel.DescriptionAttribute("Gets lookup chars of custom placeholder.")]
[ISNet.Serialization.BinarySerializableAttribute()]
public:
property LookUpCharCollection^ LookupChars {
LookUpCharCollection^ get();
} |
Property Value
A
LookupChars that contains lookup char list.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also