Library.Path 属性

定义

获取包资产的相对路径(如果此库是包)。

public:
 property System::String ^ Path { System::String ^ get(); };
public string? Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

属性值

如果此库是包,则包资产的相对路径。

适用于