LocalizableProperties.GetProperties Method (array<Attribute )
Returns the properties for selected object using the attribute array as a filter.
Namespace: Microsoft.VisualStudio.Shell
Assembly: Microsoft.VisualStudio.Shell.11.0 (in Microsoft.VisualStudio.Shell.11.0.dll)
Syntax
'宣言
Public Function GetProperties ( _
attributes As Attribute() _
) As PropertyDescriptorCollection
public PropertyDescriptorCollection GetProperties(
Attribute[] attributes
)
Parameters
- attributes
Type: array<System.Attribute[]
An array of type Attribute to use as a filter.
Return Value
Type: System.ComponentModel.PropertyDescriptorCollection
Returns a PropertyDescriptorCollection.
Implements
ICustomTypeDescriptor.GetProperties(array<Attribute[])
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.