Public Shared Function ReadTags( _ ByVal templateDef As CIMEditingTemplate _ ) As IReadOnlyCollection(Of String)
public static IReadOnlyCollection<string> ReadTags( CIMEditingTemplate templateDef )
Parameters
- templateDef
- The template definition to read the tags from.
Return Value
The tags.