共用方式為


SPObjectModelType.MethodNames property

方法名稱的清單。

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

Syntax

'宣告
Public ReadOnly Property MethodNames As ReadOnlyCollection(Of String)
    Get
'用途
Dim instance As SPObjectModelType
Dim value As ReadOnlyCollection(Of String)

value = instance.MethodNames
public ReadOnlyCollection<string> MethodNames { get; }

Property value

Type: System.Collections.ObjectModel.ReadOnlyCollection<String>
包含的方法名稱ReadOnlyCollection<T> .

請參閱

參照

SPObjectModelType class

SPObjectModelType members

Microsoft.SharePoint.Administration namespace