NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

PropertyTab.ExtendedDescriptorPropertyDescriptor Members

Public:

Constructor

PropertyTabExtendedDescriptorPropertyDescriptor Constructor [To be supplied.]

Properties

Attributes (inherited from MemberDescriptor) Gets the collection of attributes for this member.
Category (inherited from MemberDescriptor) Gets the name of the category that the member belongs to, as specified in the CategoryAttribute.
ComponentType (inherited from ReflectPropertyDescriptor) [To be supplied.]
Converter (inherited from PropertyDescriptor) Gets the type converter for this property.
Description (inherited from MemberDescriptor) Gets the description of the member as specified in the DescriptionAttribute.
IsBrowsable (inherited from MemberDescriptor) Gets a value indicating whether the member is browsable as specified in the BrowsableAttribute.
IsLocalizable (inherited from PropertyDescriptor) Gets a value indicating whether this property should be localized, as specified in the LocalizableAttribute.
IsReadOnly (inherited from ReflectPropertyDescriptor) [To be supplied.]
IsRealProperty (inherited from ReflectPropertyDescriptor) [To be supplied.]
Name (inherited from MemberDescriptor) Gets the name of the member.
PersistableSupport (inherited from PropertyDescriptor) Gets a value indicating whether this property should be persisted as specified in the PersistableAttribute.
PropertyType (inherited from ReflectPropertyDescriptor) [To be supplied.]

Methods

CanResetValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
Equals (inherited from PropertyDescriptor) Compares this to another PropertyDescriptor to see if they are equivalent.
GetDesignTimeOnly (inherited from MemberDescriptor) Determines whether this member should be set only at design time as specified in the DesignOnlyAttribute.
GetDisplayName [To be supplied.]
GetEditor (inherited from PropertyDescriptor) Gets an editor of the specified type.
GetHashCode (inherited from Object) Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table.
GetHelpTopic (inherited from MemberDescriptor) Gets the name of the Help topic specified in the HelpAttribute.
GetHelpURL (inherited from MemberDescriptor) Gets the URL for the Help file specified in the HelpAttribute.
GetType (inherited from Object) Gets the Type of the Object.
GetValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
MergeAttributes [To be supplied.]
ResetValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
SetValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
ShouldPersistValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
ToString (inherited from Object) Returns a String that represents the current Object.

Protected:

Properties

AttributeArray (inherited from MemberDescriptor) Gets or sets an array of attributes.
DefaultValue (inherited from ReflectPropertyDescriptor) [To be supplied.]
NameHashCode (inherited from MemberDescriptor) Gets the hash code for the name of the member as specified in GetHashCode.

Methods

CreateAttributeCollection (inherited from MemberDescriptor) Creates a collection of attributes using the array of attributes that you passed to the constructor.
CreateInstance (inherited from PropertyDescriptor) Creates an instance of the specified type.
FillAttributes (inherited from ReflectPropertyDescriptor) [To be supplied.]
FillMethods [To be supplied.]
Finalize (inherited from Object) Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by the Garbage Collector (GC). This method may be ignored by the runtime; therefore, necessary cleanup operations should be done elsewhere.
GetGetMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
GetResetMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
GetSetMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
GetShouldPersistMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
InvokeGetMethod [To be supplied.]
InvokeResetMethod [To be supplied.]
InvokeSetMethod [To be supplied.]
InvokeShouldPersistMethod [To be supplied.]
MemberwiseClone (inherited from Object) Creates a shallow copy of the current Object.

Fields

getMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
resetMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
setMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]
shouldPersistMethod (inherited from ReflectPropertyDescriptor) [To be supplied.]

See Also

PropertyTab.ExtendedDescriptorPropertyDescriptor Class | System.WinForms.Design Namespace