linking to enumeration members in xml comments

Tech-Archive recommends: Fix windows errors by optimizing your registry



i often see in MSDN and third party component providers link to enum
members in their docs. but if i try to do something like <see
cref="MyEnum.Member1"/> i always get an error from the compiler, that
the member doesn't exist or something. how can i link to members of an
enumeration, like i link to methods in other classes?
.



Relevant Pages

  • Re: Passing an enum as a parameter
    ... Catherine Lowery wrote: ... >> Thats simply not true, there is absolutely no problem doing this at ... > pass the enum's members to make use of the values assigned to them. ... > posted a second sample to illustrate passing the enum itself. ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: HashTable.Add Modifies HashTable Items?
    ... solution to the Enum problem (note that it's an Enum problem and not a ... Enums cannot be used as Shared members of a base class. ...
    (microsoft.public.dotnet.framework)
  • Re: Can I refer to members of an enumeration without using ::?
    ... > specify the name of the enumeration in order to access its members. ... > the scope level, and therefore you can't have two of them declared there! ... AFAIK you can't even qualify a "member of an enum" (correct term? ...
    (comp.lang.cpp)
  • type-safe enum pattern
    ... Does anybody has ever implemented some kind of type-safe enum pattern in Objective-C, like the one used in Java before the introduction of Enums in the language. ... The idea is to have something similar to C enums but with object members instead of integers. ... I'd like to have a enum for length units whose member are instances of a LengthUnit class. ... I defined protocols Unit and LengthUnit to prevent member object creation: ...
    (comp.sys.mac.programmer.help)
  • Obscure VBA Syntax
    ... "FileAttribute" and has the following members: ... Being an Enum, you can do the usual stuff like: ... faAttributes = Archive Or Hidden Or ReadOnly ... Now who knows how to refer to the system member of the FileAttribute Enum???? ...
    (microsoft.public.word.vba.general)