Sdílet prostřednictvím


ThumbnailAttribute – konstruktor

Inicializuje novou instanci ThumbnailAttribute Třída

Obor názvů:  Microsoft.Windows.Design
Sestavení:  Microsoft.Windows.Design.Interaction (v Microsoft.Windows.Design.Interaction.dll)

Syntaxe

'Deklarace
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
)

Parametry

  • resourceAssemblyType
    Typ: System.Type
    Určuje shromáždění vzhled obrazu.
  • resourceName
    Typ: System.String
    Určuje úplný název obrázku, včetně oboru názvů.

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

ThumbnailAttribute Třída

Microsoft.Windows.Design – obor názvů