共用方式為


SPAppDomain.Lookup method

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

Syntax

'宣告
Public Shared Function Lookup ( _
    appDomain As String _
) As List(Of SPAppDomain)
'用途
Dim appDomain As String
Dim returnValue As List(Of SPAppDomain)

returnValue = SPAppDomain.Lookup(appDomain)
public static List<SPAppDomain> Lookup(
    string appDomain
)

參數

傳回值

Type: System.Collections.Generic.List<SPAppDomain>

請參閱

參照

SPAppDomain class

SPAppDomain members

Microsoft.SharePoint.Administration namespace