ItemPropertyInfo(String, Type, Object) Constructor
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new instance of the ItemPropertyInfo class.
public:
ItemPropertyInfo(System::String ^ name, Type ^ type, System::Object ^ descriptor);
public ItemPropertyInfo (string name, Type type, object descriptor);
new System.ComponentModel.ItemPropertyInfo : string * Type * obj -> System.ComponentModel.ItemPropertyInfo
Public Sub New (name As String, type As Type, descriptor As Object)
Parameters
- name
- String
The name of the property.
- type
- Type
The type of the property.
- descriptor
- Object
An object that contains additional information about the property.
Remarks
The descriptor
parameter can be any object that contains information about the property, such as a PropertyDescriptor or PropertyInfo object.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.