Printing3DModel.RequiredExtensions Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a list of the extensions required by the 3D Manufacturing Format (3MF) package.
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)
Property Value
The extensions required by the 3MF package.