Resource link data.
Href
01 Syntax
Microsoft.VisualBasic.Text.Xml.Models.Href
02 Methods
| Name | Overloads | Summary |
|---|---|---|
| GetFullPath | 1 | 获取Href.Value所指向的资源文件的完整路径 |
| ToString | 1 |
03 Properties
| Name | Overloads | Summary |
|---|---|---|
| ResourceId | 1 | 资源的名称 |
| Value | 1 | The relative path of the target resource object in the file system.(资源对象在文件系统之中的相对路径) |
| Comment | 1 | 注释数据 |
04 Members
GetFullPath(
String)获取Href.Value所指向的资源文件的完整路径
Parameters
| Name | Type | Description |
|---|---|---|
DIR | String | - |
ResourceId
资源的名称
Value
The relative path of the target resource object in the file system.(资源对象在文件系统之中的相对路径)
Comment
注释数据
ToString()