[Diese Dokumentation ist noch nicht fertig und kann sich bis zur entgültigen Version noch ändern.]
Ermittelt ob eine Erweiterung unterstützt wird und lädt sie nach, falls sie zur Zeit nicht geladen ist.

Namespace: DynamicNode.Model
Assembly: DNCore (in DNCore.dll) Version: 1.4.4679.19807 (1.4.0.0)

Syntax

C#
bool IsExtensionSupported(
	string extId
)
Visual Basic
Function IsExtensionSupported ( _
	extId As String _
) As Boolean
F#
abstract IsExtensionSupported : 
        extId:string -> bool 

Parameters

extId
Type: System..::..String
Die ID der Erweiterung.

Return Value

true, wenn die Erweiterung unterstützt wird, sonst false.

See Also