Freigeben über


BestFitMappingAttribute-Konstruktor: (Boolean)

 

Veröffentlicht: Oktober 2016

Initialisiert eine neue Instanz der der BestFitMappingAttribute auf den Wert der Klasse die BestFitMapping Eigenschaft.

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

Syntax

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

Parameter

  • BestFitMapping
    Type: System.Boolean

    true um anzugeben, dass die optimale Zuordnung aktiviert ist. andernfalls false. Die Standardeinstellung ist true.

Versionsinformationen

Universelle Windows-Plattform
Verfügbar seit 8
.NET Framework
Verfügbar seit 1.1
Portierbare Klassenbibliothek
Unterstützt in: portierbare .NET-Plattformen
Windows Phone
Verfügbar seit 8.1

Siehe auch

BestFitMappingAttribute-Klasse
System.Runtime.InteropServices-Namespace

Zurück zum Anfang