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!

IPropertyValueUIService.GetPropertyUIValueItems

Gets all the PropertyValueUIItems that should be displayed on the given property. For each item returned, a glyph icon will be aded to the property.

[Visual Basic]
Function GetPropertyUIValueItems( _
   ByVal component As Object, _
   ByVal propDesc As PropertyDescriptor _
) As PropertyValueUIItem ()
[C#]
PropertyValueUIItem[] GetPropertyUIValueItems(
   object component,
   PropertyDescriptor propDesc
);
[C++]
PropertyValueUIItem* GetPropertyUIValueItems(
   Object* component,
   PropertyDescriptor* propDesc
) [] = 0;
[JScript]
function GetPropertyUIValueItems(
   component : Object,
   propDesc : PropertyDescriptor
) : PropertyValueUIItem[];

Parameters

component
The component that owns the property.
propDesc
The property descriptor that the current property is displaying.

See Also

IPropertyValueUIService Interface | IPropertyValueUIService Members | System.Drawing.Design Namespace