Snippet Identifier(String) Constructor
Constructor. This parses the example and snippet IDs from the given identifier
Definition
Namespace: Sandcastle.Tools.BuildComponents.Snippets
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
Assembly: Sandcastle.Tools.BuildComponents (in Sandcastle.Tools.BuildComponents.dll) Version: 2026.3.29.0
C#
public SnippetIdentifier(
string identifier
)VB
Public Sub New (
identifier As String
)C++
public:
SnippetIdentifier(
String^ identifier
)F#
new :
identifier : string -> SnippetIdentifierParameters
- identifier String
- The identifier to use. This should contain the example ID and the snippet ID in that order separated by a hash character (#).