DesignerHierarchicalDataSourceView.Path 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得檢視中顯示之資料區塊的路徑。
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 或其他一些唯一識別路徑。