Autodesk Vault ProfessionalVault API

FindExtensions<T> Method

Autodesk.Connectivity.Extensibility.FrameworkExtensionLoader

Locate all the Extensions of a given type, but don't load them.

Syntax

public System.Collections.Generic.ICollection<Extension<T>> FindExtensions<T>()
where T: class
Public Function FindExtensions(Of T As Class)() As System.Collections.Generic.ICollection(Of Extension(Of T))

Return Value

A collection of all matching Extension or an empty collection of there are no matches.

See Also