AssemblyRefreshedEventArgs::RefreshedAssembly Property

 

Gets the assembly that was refreshed.

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

public:
property Assembly^ RefreshedAssembly {
	Assembly^ get();
}

Property Value

Type: System.Reflection::Assembly^

The Assembly that was refreshed.

Return to top
Show: