TemplateParameterProperties.System.ComponentModel.ICustomTypeDescriptor.GetProperties Method ()

Namespace: Microsoft.Expression.Encoder.Plugins.Templates
Assembly: Microsoft.Expression.Encoder (in microsoft.expression.encoder.dll)

Syntax

'Declaration
Private Function System.ComponentModel.ICustomTypeDescriptor.GetProperties As PropertyDescriptorCollection Implements ICustomTypeDescriptor.GetProperties
'Usage
Dim instance As TemplateParameterProperties
Dim returnValue As PropertyDescriptorCollection

returnValue = CType(instance, ICustomTypeDescriptor).GetProperties
PropertyDescriptorCollection ICustomTypeDescriptor.GetProperties ()
private:
virtual PropertyDescriptorCollection^ System.ComponentModel.ICustomTypeDescriptor.GetProperties () sealed = ICustomTypeDescriptor::GetProperties

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

TemplateParameterProperties Class
TemplateParameterProperties Members
Microsoft.Expression.Encoder.Plugins.Templates Namespace