BuildProcessReferencedNamespaces Property
This read-only property returns a hash set used to contain a list of namespaces referenced by the
project reflection data files, project XML comments files, and base framework XML comments files.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public HashSet<string> ReferencedNamespaces { get; }
Public ReadOnly Property ReferencedNamespaces As HashSet(Of String)
Get
public:
property HashSet<String^>^ ReferencedNamespaces {
HashSet<String^>^ get ();
}
member ReferencedNamespaces : HashSet<string> with get
Property Value
HashSetStringThese namespaces are used to limit what the Resolve Reference Links component has to index