XamlType.GetAllMembers 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.
Returns a collection that contains all the members that are exposed by this XamlType.
public:
System::Collections::Generic::ICollection<System::Xaml::XamlMember ^> ^ GetAllMembers();
public System.Collections.Generic.ICollection<System.Xaml.XamlMember> GetAllMembers ();
member this.GetAllMembers : unit -> System.Collections.Generic.ICollection<System.Xaml.XamlMember>
Public Function GetAllMembers () As ICollection(Of XamlMember)
Returns
A collection that contains zero or more XamlMember values.
Remarks
Calls to this method can invoke LookupAllMembers overrides on XamlType derived classes.
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.