RE: Description Attribute in Class Library (DLL) ?



Hi Jerry,

The DescriptionAttribute specifies a description for a property or event. A
visual designer can display the specified description when referencing the
component member, such as in a Properties window.

To get the description to display in a calling application, add the
following comment on the property you want.

/// <summary>
/// This is Operator Name Property.
/// </summary>
Public Property OperatorName() as String
{ ....}

Build the solution and you should get what you want.

Please try my suggestion and let me know the result.


Sincerely,
Linda Liu
Microsoft Online Community Support

==================================================
Get notification to my posts through email? Please refer to
http://msdn.microsoft.com/subscriptions/managednewsgroups/default.aspx#notif
ications.

Note: The MSDN Managed Newsgroup support offering is for non-urgent issues
where an initial response from the community or a Microsoft Support
Engineer within 1 business day is acceptable. Please note that each follow
up response may take approximately 2 business days as the support
professional working with you may need further investigation to reach the
most efficient resolution. The offering is not appropriate for situations
that require urgent, real-time or phone-based interactions or complex
project analysis and dump analysis issues. Issues of this nature are best
handled working with a dedicated Microsoft Support Engineer by contacting
Microsoft Customer Support Services (CSS) at
http://msdn.microsoft.com/subscriptions/support/default.aspx.
==================================================

This posting is provided "AS IS" with no warranties, and confers no rights.

.



Relevant Pages

  • Re: DataImageUrlField in DetailsView
    ... As for the DataImageUrlField, as Jesse has said, it simply display the ... ** view the page's client-side html source in brower to see whether the ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • RE: Maintain formatting
    ... container element which will display the items. ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: msgbox
    ... at client-side browser (generally use javascript to display it). ... server on local machine is because the web test server itself is a winform ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Using login alias in Membership Provider
    ... I think the Display name is an additional ... field to the built-in membership provider, ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet.security)
  • RE: how to fetch only newly added/edited record
    ... you have an ASP.NET 1.1 page that display some ... update the DataGrid, correct? ... Microsoft MSDN Online Support Lead ... where an initial response from the community or a Microsoft Support ...
    (microsoft.public.dotnet.framework.aspnet)

Loading