Compartilhar via


Construtor ThumbnailAttribute

Initializes a new instance of the ThumbnailAttribute class.

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

Sintaxe

'Declaração
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
)

Parâmetros

  • resourceAssemblyType
    Tipo: System.Type
    Especifica o assembly no qual procurar a imagem.
  • resourceName
    Tipo: System.String
    Especifica o nome totalmente qualificado da imagem, incluindo o namespace.

Segurança do .NET Framework

Consulte também

Referência

ThumbnailAttribute Classe

Namespace Microsoft.Windows.Design