ProvideBindingPathAttribute.SubPath 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置要在 $PackageFolder $ 之后设置的可选子路径。 如果要探测的程序集驻留在与 .pkgdef 文件不同的目录中,则可以使用此属性。
public:
property System::String ^ SubPath { System::String ^ get(); void set(System::String ^ value); };
public:
property Platform::String ^ SubPath { Platform::String ^ get(); void set(Platform::String ^ value); };
public string SubPath { get; set; }
member this.SubPath : string with get, set
Public Property SubPath As String