NamespaceSummaryItemCollectionCreateTemporaryItem Method
Create a temporary item that isn't part of the project
Namespace: SandcastleBuilder.UtilsAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2024.9.12.0
public NamespaceSummaryItem CreateTemporaryItem(
string name,
bool isGroup
)
Public Function CreateTemporaryItem (
name As String,
isGroup As Boolean
) As NamespaceSummaryItem
public:
NamespaceSummaryItem^ CreateTemporaryItem(
String^ name,
bool isGroup
)
member CreateTemporaryItem :
name : string *
isGroup : bool -> NamespaceSummaryItem
- name String
- The namespace name
- isGroup Boolean
- True if this is a grouping namespace, false if this is normal namespace
NamespaceSummaryItemThe
NamespaceSummaryItem that can later be added to the project if necessary
ArgumentException | This is thrown if the given namespace already exists in the
collection. |