_Type.GetDefaultMembers Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Provides COM objects with version-independent access to the GetDefaultMembers() method.
public:
cli::array <System::Reflection::MemberInfo ^> ^ GetDefaultMembers();
public System.Reflection.MemberInfo[] GetDefaultMembers ();
abstract member GetDefaultMembers : unit -> System.Reflection.MemberInfo[]
Public Function GetDefaultMembers () As MemberInfo()
Returns
An array of MemberInfo objects representing all default members of the current Type.
-or-
An empty array of type MemberInfo, if the current Type does not have default members.
Remarks
This method is for access to managed classes from unmanaged code, and should not be called from managed code.
The Type.GetDefaultMembers method searches for the members defined for the current Type whose DefaultMemberAttribute is set.