| IThemePropertyCollectionRemove Method |
Remove the specified property from the collection
Namespace:
AskiaCore
Assembly:
AskiaCore (in AskiaCore.dll) Version: 6.0.0-build000000000000000000000000000000000000000001
Syntax bool Remove(
string name
)
Function Remove (
name As String
) As Boolean
bool Remove(
String^ name
)
Parameters
- name
- Type: SystemString
Name of the property to remove
Return Value
Type:
BooleanReturns true if the property was found and removed
See Also