共用方式為


DataFormWebPart._assemblyReferences field

註冊指示詞的標記,幫助DataFormWebPart物件所剖析的 XSLT 轉換的輸出。

Namespace:  Microsoft.SharePoint.WebPartPages
Assembly:  Microsoft.SharePoint (in Microsoft.SharePoint.dll)

Syntax

'宣告
Protected _assemblyReferences As String()
'用途
Dim value As String()

value = Me._assemblyReferences

Me._assemblyReferences = value
protected string[] _assemblyReferences

備註

如果 DataFormWebPart XSL 標記中包含有與 Windows SharePoint Services 或 ASP 不同的命名空間的伺服器控制項的參考,呼叫端就需要提供 register 指示詞,以確保剖析控制通話可以正確地初始化伺服器控制項。

請參閱

參照

DataFormWebPart class

DataFormWebPart members

Microsoft.SharePoint.WebPartPages namespace