次の方法で共有


TypeDescriptor.GetTypeDescriptorsWithIdentifiers メソッド (Microsoft.Office.Server.ApplicationRegistry.Administration)

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

構文

'宣言
Protected Sub GetTypeDescriptorsWithIdentifiers ( _
    root As TypeDescriptor, _
    collector As IList(Of TypeDescriptor), _
    recursionLevel As UInteger _
)
'使用
Dim root As TypeDescriptor
Dim collector As IList(Of TypeDescriptor)
Dim recursionLevel As UInteger

Me.GetTypeDescriptorsWithIdentifiers(root, collector, recursionLevel)
protected void GetTypeDescriptorsWithIdentifiers (
    TypeDescriptor root,
    IList<TypeDescriptor> collector,
    uint recursionLevel
)

パラメータ

  • root
  • collector
  • recursionLevel

関連項目

参照

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