Share via


DesignerHierarchicalDataSourceView.Path 属性

定义

获取在视图中显示的数据块的路径。

public:
 property System::String ^ Path { System::String ^ get(); };
public string Path { get; }
member this.Path : string
Public ReadOnly Property Path As String

属性值

创建 DesignerHierarchicalDataSourceView 时所提供的路径。

注解

属性的特定 Path 性质由数据的性质决定。 对于 XML 数据,它将是 XPath 查询,但对于其他类型的数据,它可能是 URL 或其他一些唯一标识路径。

适用于

另请参阅