| Visual Basic (Declaration) | |
|---|---|
Public Function GetExportedInstanceFuncs( _ ByVal type As Type, _ ByVal createIfNotFound As Boolean _ ) As List(Of Func(Of Object))  | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
Dim instance As CompositionContext Dim type As Type Dim createIfNotFound As Boolean Dim value As List(Of Func(Of Object)) value = instance.GetExportedInstanceFuncs(type, createIfNotFound)  | |
| C# | |
|---|---|
public List<Func<object>> GetExportedInstanceFuncs( Type type, bool createIfNotFound )  | |
| C++/CLI | |
|---|---|
public: List<Func<Object^>^>^ GetExportedInstanceFuncs( Type^ type, bool createIfNotFound )  | |
Parameters
- type
 - createIfNotFound
 
Target Platforms: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows Server 2008 family