LazyMemberInfo.GetAccessors Method

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Updated: December 2010

Gets an array of the accessors for the represented member.

Namespace:  System.ComponentModel.Composition.ReflectionModel
Assembly:  System.ComponentModel.Composition (in System.ComponentModel.Composition.dll)

Syntax

'Declaration
Public Function GetAccessors As MemberInfo()
public MemberInfo[] GetAccessors()

Return Value

Type: array<System.Reflection.MemberInfo[]
An array of the accessors for the represented member.

Exceptions

Exception Condition
InvalidOperationException

One or more of the accessors is invalid.

Version Information

Silverlight

Supported in: 5, 4

Platforms

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Change History

Date

History

Reason

December 2010

Added exception.

Content bug fix.