Reflection Data SetIgnored Namespaces Property
This read-only property returns a bindable list of ignored namespaces used for building the
reflection data.
Definition
Namespace: Sandcastle.Core.Reflection
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Core (in Sandcastle.Core.dll) Version: 2026.1.20.0
C#
public IBindingList IgnoredNamespaces { get; }VB
Public ReadOnly Property IgnoredNamespaces As IBindingList
GetC++
public:
property IBindingList^ IgnoredNamespaces {
IBindingList^ get ();
}F#
member IgnoredNamespaces : IBindingList with get