IDeployableFile.DeploymentRoot 屬性
取得 SharePoint 儲存檔案的基底路徑。
命名空間: Microsoft.VisualStudio.SharePoint
組件: Microsoft.VisualStudio.SharePoint (在 Microsoft.VisualStudio.SharePoint.dll 中)
語法
'宣告
ReadOnly Property DeploymentRoot As String
Get
string DeploymentRoot { get; }
屬性值
型別:System.String
表示檔案路徑的字串值。
備註
這個值使用下列語彙基元:
語彙基元名稱 |
描述 |
---|---|
{SharePointRoot} |
SharePoint 登錄區的根目錄。 |
{FeatureName} |
功能的名稱,其中包含 ProjectItem。 |
{ClassResourcePath} |
在 SharePoint 上的類別資源路徑。 此值取決於組件是部署到全域組件快取 (GAC) 或 Web 應用程式。 |
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。