共用方式為


SPSolutionFile.Location property

取得內套件檔案的位置。

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

Syntax

'宣告
Public ReadOnly Property Location As String
    Get
'用途
Dim instance As SPSolutionFile
Dim value As String

value = instance.Location
public string Location { get; }

Property value

Type: System.String
字串,識別內套件檔案的路徑。

請參閱

參照

SPSolutionFile class

SPSolutionFile members

Microsoft.SharePoint.UserCode namespace