Share via


ThumbnailAttribute Constructor

Initializes a new instance of the ThumbnailAttribute class.

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

Syntax

'Declaration
Public Sub New ( _
    resourceAssemblyType As Type, _
    resourceName As String _
)
public ThumbnailAttribute(
    Type resourceAssemblyType,
    string resourceName
)
public:
ThumbnailAttribute(
    Type^ resourceAssemblyType, 
    String^ resourceName
)
new : 
        resourceAssemblyType:Type * 
        resourceName:string -> ThumbnailAttribute
public function ThumbnailAttribute(
    resourceAssemblyType : Type, 
    resourceName : String
)

Parameters

  • resourceAssemblyType
    Type: System.Type
    Specifies the assembly in which to look for the image.
  • resourceName
    Type: System.String
    Specifies the fully-qualified name of the image, including the namespace.

.NET Framework Security

See Also

Reference

ThumbnailAttribute Class

Microsoft.Windows.Design Namespace