AddIn.Path 属性

定义

返回一个值,该值指示指向指定 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 属性默认为反斜杠 (\) ,也可以使用 属性添加尾部正斜杠字符。

适用于