PathF.PlatformPath 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 or sets a platform-specific native path object associated with this path. Setting a new value disposes the previous one if disposable.
public:
property System::Object ^ PlatformPath { System::Object ^ get(); void set(System::Object ^ value); };
public object PlatformPath { get; set; }
member this.PlatformPath : obj with get, set
Public Property PlatformPath As Object