System::Uri::IsBaseOf 方法
Uri::IsBaseOf method
确定当前 Uri 对象表示的 URI 是否是指定的 Uri 对象表示的 URI 的基准。
bool System::Uri::IsBaseOf(const SharedPtr<Uri> &uri) const
| 参数 | 类型 | 描述 |
|---|---|---|
| uri | const SharedPtr<Uri>& | 要测试的 Uri 对象 |
ReturnValue
如果当前 Uri 对象表示的 URI 是 uri 的基准,则为 True
另见
- Typedef SharedPtr
- Class Uri
- Class Uri
- Namespace System
- Library Aspose.Font for C++