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.MergeAttributes

[To be supplied.]

[Visual Basic]
Public Shared Function MergeAttributes( _
   ByVal propertyToWrap As PropertyDescriptor, _
   ByVal propertyToExtend As PropertyDescriptor _
) As MemberAttribute ()
[C#]
public static MemberAttribute[] MergeAttributes(
   PropertyDescriptor propertyToWrap,
   PropertyDescriptor propertyToExtend
);
[C++]
public: static MemberAttribute* MergeAttributes(
   PropertyDescriptor* propertyToWrap,
   PropertyDescriptor* propertyToExtend
) [];
[JScript]
public static function MergeAttributes(
   propertyToWrap : PropertyDescriptor,
   propertyToExtend : PropertyDescriptor
) : MemberAttribute[];

Parameters

propertyToWrap
[To be supplied.]
propertyToExtend
[To be supplied.]

See Also

PropertyTab.ExtendedDescriptorPropertyDescriptor Class | PropertyTab.ExtendedDescriptorPropertyDescriptor Members | System.WinForms.Design Namespace