Поделиться через


Конструктор MethodInstanceStruct (UInt32, String, Boolean, Int32, MethodInstanceType, Boolean, UInt32, UInt32, Guid)

Инициализирует новый экземпляр класса.

Пространство имен:  Microsoft.SharePoint.BusinessData.SharedService
Сборка:  Microsoft.SharePoint (в Microsoft.SharePoint.dll)

Синтаксис

'Декларация
Public Sub New ( _
    id As UInteger, _
    name As String, _
    isCached As Boolean, _
    version As Integer, _
    methodInstanceType As MethodInstanceType, _
    isDefault As Boolean, _
    methodId As UInteger, _
    returnTypeDescriptorId As UInteger, _
    partitionId As Guid _
)
'Применение
Dim id As UInteger
Dim name As String
Dim isCached As Boolean
Dim version As Integer
Dim methodInstanceType As MethodInstanceType
Dim isDefault As Boolean
Dim methodId As UInteger
Dim returnTypeDescriptorId As UInteger
Dim partitionId As Guid

Dim instance As New MethodInstanceStruct(id, name, _
    isCached, version, methodInstanceType, _
    isDefault, methodId, returnTypeDescriptorId, _
    partitionId)
public MethodInstanceStruct(
    uint id,
    string name,
    bool isCached,
    int version,
    MethodInstanceType methodInstanceType,
    bool isDefault,
    uint methodId,
    uint returnTypeDescriptorId,
    Guid partitionId
)

Параметры

  • isCached
    Тип: System.Boolean

    true Если новые экземпляры класса должен быть помещен в кэш; в противном случае — false.

  • isDefault
    Тип: System.Boolean

    true Если экземпляр для использования по умолчанию; в противном случае — false.

  • methodId
    Тип: System.UInt32

    Идентификатор метода.

  • returnTypeDescriptorId
    Тип: System.UInt32

    Код возврата TypeDescriptor .

  • partitionId
    Тип: System.Guid

    Идентификатор раздела.

См. также

Справочные материалы

MethodInstanceStruct класс

Элементы MethodInstanceStruct

Перегрузка MethodInstanceStruct

Пространство имен Microsoft.SharePoint.BusinessData.SharedService