FileScannerEventArgs.WorkspaceFilePath 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.
Relative workspace file path. An empty value mean is the root folder itself
public:
property System::String ^ WorkspaceFilePath { System::String ^ get(); };
public:
property Platform::String ^ WorkspaceFilePath { Platform::String ^ get(); };
public string WorkspaceFilePath { get; }
member this.WorkspaceFilePath : string
Public ReadOnly Property WorkspaceFilePath As String