Share via


ThumbnailAttribute.ResourceAssembly Property

Gets the assembly that contains the icon image.

Namespace:  Microsoft.Windows.Design
Assembly:  Microsoft.Windows.Design.Interaction (in Microsoft.Windows.Design.Interaction.dll)

Syntax

'Declaration
Public ReadOnly Property ResourceAssembly As Assembly
    Get
public Assembly ResourceAssembly { get; }
public:
property Assembly^ ResourceAssembly {
    Assembly^ get ();
}
member ResourceAssembly : Assembly
function get ResourceAssembly () : Assembly

Property Value

Type: System.Reflection.Assembly
The Assembly that contains the icon image.

.NET Framework Security

See Also

Reference

ThumbnailAttribute Class

Microsoft.Windows.Design Namespace