FilterDescriptor.GetTypeDescriptors Method
Gets the TypeDescriptor objects associated with the filter.
Namespace: Microsoft.Office.Server.ApplicationRegistry.MetadataModel
Assembly: Microsoft.SharePoint.Portal (in Microsoft.SharePoint.Portal.dll)
Syntax
'Declaration
Public Function GetTypeDescriptors As TypeDescriptorCollection
'Usage
Dim instance As FilterDescriptor
Dim returnValue As TypeDescriptorCollection
returnValue = instance.GetTypeDescriptors()
public TypeDescriptorCollection GetTypeDescriptors()
Return Value
Type: Microsoft.Office.Server.ApplicationRegistry.MetadataModel.TypeDescriptorCollection
A TypeDescriptorCollection collection.
See Also
Reference
Microsoft.Office.Server.ApplicationRegistry.MetadataModel Namespace