Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Gets the collection of child type descriptors under this type descriptor.
Namespace: Microsoft.Office.Server.ApplicationRegistry.Administration
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public ReadOnly Property ChildTypeDescriptors As TypeDescriptorCollection
Get
'Usage
Dim instance As TypeDescriptor
Dim value As TypeDescriptorCollection
value = instance.ChildTypeDescriptors
public TypeDescriptorCollection ChildTypeDescriptors { get; }
Property Value
Type: Microsoft.Office.Server.ApplicationRegistry.Administration.TypeDescriptorCollection
A type descriptor collection.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.Administration Namespace