KnownFolders.Objects3D 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 the Objects 3D folder.
public:
static property StorageFolder ^ Objects3D { StorageFolder ^ get(); };
static StorageFolder Objects3D();
public static StorageFolder Objects3D { get; }
var storageFolder = KnownFolders.objects3D;
Public Shared ReadOnly Property Objects3D As StorageFolder
Property Value
The Objects 3D folder.