Share via


ThumbnailAttribute.ResourceAssembly Property

Gets the assembly that contains the icon image.

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

Syntax

'Declaration
Public ReadOnly Property ResourceAssembly As Assembly
'Usage
Dim instance As ThumbnailAttribute 
Dim value As [Assembly]

value = instance.ResourceAssembly
public Assembly ResourceAssembly { get; }
public:
property Assembly^ ResourceAssembly {
    Assembly^ get ();
}
public 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

ThumbnailAttribute Members

Microsoft.Windows.Design Namespace

Change History

Date

History

Reason

July 2008

Added topic for new class.

SP1 feature change.