[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Prüft ob das Asset vom TypeT existiert.

Namespace: DynamicNode.WinApp
Assembly: DNWinApp (in DNWinApp.exe) Version: 1.4.4679.19840 (1.4.0.0)

Syntax

C#
bool HasAsset<T>()
Visual Basic
Function HasAsset(Of T) As Boolean
F#
abstract HasAsset : unit -> bool 

Type Parameters

T
Der Type des gesuchten Assets.

Return Value

true, wenn das Asset von dem angegebenen Type existiert, sonst false.

See Also