共用方式為


SPAppDisplayData.LaunchUrl property

取得要顯示為 SharePoint 應用程式功能的啟動 URL。

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

Syntax

'宣告
Public ReadOnly Property LaunchUrl As Uri
    Get
'用途
Dim instance As SPAppDisplayData
Dim value As Uri

value = instance.LaunchUrl
public Uri LaunchUrl { get; }

Property value

Type: System.Uri
啟動此功能的 URL。

請參閱

參照

SPAppDisplayData class

SPAppDisplayData members

Microsoft.SharePoint.Administration namespace