AssemblyRefreshedEventArgs::RefreshedTypes Property

 

Gets the types that were refreshed.

Namespace:   Microsoft.VisualStudio.Shell.Design
Assembly:  Microsoft.VisualStudio.Shell.Design (in Microsoft.VisualStudio.Shell.Design.dll)

public:
property array<Type^>^ RefreshedTypes {
	array<Type^>^ get();
}

Property Value

Type: array<System::Type^>^

An array of types.

Return to top
Show: