Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.
See Also
Reference
Microsoft.Windows.Design Namespace
Change History
Date |
History |
Reason |
---|---|---|
July 2008 |
Added topic for new class. |
SP1 feature change. |