AddIn.Path 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
返回一个值,该值指示指向指定 AddIn 对象的 URL。
public:
property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String
属性值
注解
路径不包括尾随正斜杠字符,例如“http://MyServer”。 PathSeparator即使 PathSeparator 属性默认为反斜杠 (\) ,也可以使用 属性添加尾部正斜杠字符。