Compartilhar via


Método MethodInstanceCollection.Create (String, Boolean, TypeDescriptor, MethodInstanceType)

Espaço para nome Microsoft.Office.Server.ApplicationRegistry.Administration
Conjunto de Módulos (Assembly) Microsoft.SharePoint.Portal (em microsoft.sharepoint.portal.dll)

A sintaxe

Public Function Create ( _
    name As String, _
    isCached As Boolean, _
    returnTypeDescriptor As TypeDescriptor, _
    type As MethodInstanceType _
) As MethodInstance

Dim instance As MethodInstanceCollection
Dim name As String
Dim isCached As Boolean
Dim returnTypeDescriptor As TypeDescriptor
Dim type As MethodInstanceType
Dim returnValue As MethodInstance

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

Parâmetros

  • name
  • isCached
  • returnTypeDescriptor
  • type

Consulte também

Referência

MethodInstanceCollection De classe
MethodInstanceCollection Membros
Microsoft.Office.Server.ApplicationRegistry.Administration De espaço para nome