Snippet IdentifierParse Reference Method
This is used to parse a snippet identifier containing an example ID and one or more snippet IDs
in a comma-separated list (i.e. ExampleID#SnippetID or ExampleID#SnippetID1,SnippetID2).
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
An enumerable list of snippet identifiers
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public static IEnumerable<SnippetIdentifier> ParseReference(
string reference
)VB
Public Shared Function ParseReference (
reference As String
) As IEnumerable(Of SnippetIdentifier)C++
public:
static IEnumerable<SnippetIdentifier>^ ParseReference(
String^ reference
)F#
static member ParseReference :
reference : string -> IEnumerable<SnippetIdentifier> Parameters
- reference String
- The reference to parse
Return Value
IEnumerableSnippetIdentifierAn enumerable list of snippet identifiers