Compartilhar via


Construtor BestFitMappingAttribute (Boolean)

 

Dica

The .NET API Reference documentation has a new home. Visit the .NET API Browser on docs.microsoft.com to see the new experience.

Inicializa uma nova instância da classe BestFitMappingAttribute definida com o valor da propriedade BestFitMapping.

Namespace:   System.Runtime.InteropServices
Assembly:  mscorlib (em mscorlib.dll)

Sintaxe

public BestFitMappingAttribute(
    bool BestFitMapping
)
public:
BestFitMappingAttribute(
    bool BestFitMapping
)
new : 
        BestFitMapping:bool -> BestFitMappingAttribute
Public Sub New (
    BestFitMapping As Boolean
)

Parâmetros

  • BestFitMapping
    Type: System.Boolean

    true para indicar que o mapeamento de melhor ajuste está habilitado; caso contrário, false. O padrão é true.

Informações de Versão

Plataforma Universal do Windows
Disponível desde 8
.NET Framework
Disponível desde 1.1
Biblioteca de Classes Portátil
Com suporte no: plataformas portáteis do .NET
Windows Phone
Disponível desde 8.1

Confira Também

Classe BestFitMappingAttribute
Namespace System.Runtime.InteropServices

Retornar ao início