Specifies the level of filtering on the EditorBrowsable attribute.
[Visual Basic]<Description(Description:="Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation."), _ DefaultValue(Value:=EditorBrowsableFilterLevel.Off), _ Category(Category:="Visibility")>Public Property EditorBrowsableFilter As EditorBrowsableFilterLevel [C#][Description(Description="Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation.")][DefaultValue(Value=EditorBrowsableFilterLevel.Off)][Category(Category="Visibility")]public EditorBrowsableFilterLevel EditorBrowsableFilter { get; set; } [C++][Description(Description="Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation.")][DefaultValue(Value=EditorBrowsableFilterLevel.Off)][Category(Category="Visibility")]public: __property EditorBrowsableFilterLevel get_EditorBrowsableFilter(); public: __property void set_EditorBrowsableFilter(EditorBrowsableFilterLevel ); [JScript] publicDescription(Description="Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation.")DefaultValue(Value=EditorBrowsableFilterLevel.Off)Category(Category="Visibility")function get EditorBrowsableFilter() : EditorBrowsableFilterLevel publicDescription(Description="Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation.")DefaultValue(Value=EditorBrowsableFilterLevel.Off)Category(Category="Visibility")function set EditorBrowsableFilter(EditorBrowsableFilterLevel);
Sets the level of filtering to apply on types/members marked with the EditorBrowsable attribute. Warning: enabling this filter might result in invalid links in the documentation.
As of version 1.3 of NDoc, the <exclude/> tag is the preferred mechanism for suppressing the documentation of types or members.
BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace