Printing3DModel.RequiredExtensions Eigenschaft

Definition

Ruft eine Liste der Erweiterungen ab, die für das 3D Manufacturing Format-Paket (3MF) erforderlich sind.

public:
 property IVector<Platform::String ^> ^ RequiredExtensions { IVector<Platform::String ^> ^ get(); };
IVector<winrt::hstring> RequiredExtensions();
public IList<string> RequiredExtensions { get; }
var iVector = printing3DModel.requiredExtensions;
Public ReadOnly Property RequiredExtensions As IList(Of String)

Eigenschaftswert

IVector<String>

IList<String>

IVector<Platform::String>

IVector<winrt::hstring>

Die für das 3MF-Paket erforderlichen Erweiterungen.

Gilt für: