次の方法で共有


MethodInstanceCollection.Create メソッド (String, Boolean, TypeDescriptor, MethodInstanceType, Method) (Microsoft.Office.Server.ApplicationRegistry.Administration)

名前空間: Microsoft.Office.Server.ApplicationRegistry.Administration
アセンブリ: Microsoft.SharePoint.Portal (microsoft.sharepoint.portal.dll 内)

構文

'宣言
Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    returnTypeDescriptor As TypeDescriptor, _
    type As MethodInstanceType, _
    method As Method _
) As MethodInstance
'使用
Dim instance As MethodInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim returnTypeDescriptor As TypeDescriptor
Dim type As MethodInstanceType
Dim method As Method
Dim returnValue As MethodInstance

returnValue = instance.Create(name, isCached, returnTypeDescriptor, type, method)
public MethodInstance Create (
    string name,
    bool isCached,
    TypeDescriptor returnTypeDescriptor,
    MethodInstanceType type,
    Method method
)

パラメータ

  • name
  • isCached
  • returnTypeDescriptor
  • type
  • method

関連項目

参照

MethodInstanceCollection クラス
MethodInstanceCollection メンバ
Microsoft.Office.Server.ApplicationRegistry.Administration 名前空間