NDoc 1.3.1 SDK

BaseReflectionDocumenterConfig.EditorBrowsableFilter Property

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] public 
   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")
function get EditorBrowsableFilter() : EditorBrowsableFilterLevel public 
   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")
function set EditorBrowsableFilter(EditorBrowsableFilterLevel);

Remarks

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.

See Also

BaseReflectionDocumenterConfig Class | NDoc.Core.Reflection Namespace