[]
Tries to find a list template with a specified name.
public bool TryGetValue(string name, out ListTemplate listTemplate)
Public Function TryGetValue(name As String, ByRef listTemplate As ListTemplate) As Boolean
Type | Name | Description |
---|---|---|
string | name | The name of a list template. |
ListTemplate | listTemplate | When this method returns, contains the list template with the specified name or null if the name was not found. |
Type | Description |
---|---|
bool | True if the list template was found, false otherwise. |