Target DictionaryNamespace File Filter Property
This read-only property returns any optional namespace files used to filter what gets loaded
Definition
Namespace: Sandcastle.Tools.BuildComponents.Targets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.1.20.0
C#
public HashSet<string> NamespaceFileFilter { get; }VB
Public ReadOnly Property NamespaceFileFilter As HashSet(Of String)
GetC++
public:
property HashSet<String^>^ NamespaceFileFilter {
HashSet<String^>^ get ();
}F#
member NamespaceFileFilter : HashSet<string> with get