Printing3DModel.Components プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
3D モデルで使用されるすべての 3D 製造形式 (3MF) コンポーネントを取得します。
public:
property IVector<Printing3DComponent ^> ^ Components { IVector<Printing3DComponent ^> ^ get(); };
IVector<Printing3DComponent> Components();
public IList<Printing3DComponent> Components { get; }
var iVector = printing3DModel.components;
Public ReadOnly Property Components As IList(Of Printing3DComponent)
プロパティ値
Printing3DComponent 型の 3D モデルで使用されるすべての 3MF コンポーネント。