IMetadataDictionaryTTag, TEntryTryGet Method
Gets the entry associated with the specified tag.
Namespace: GleamTech.ImageUltimateAssembly: GleamTech.ImageUltimate (in GleamTech.ImageUltimate.dll) Version: 6.2.0
bool TryGet(
TTag tag,
out TEntry entry
)
Function TryGet (
tag As TTag,
<OutAttribute> ByRef entry As TEntry
) As Boolean
- tag TTag
- The tag.
- entry TEntry
- The entry.
Booleantrue if the tag is found, false if not.