System::TypeInfo::GetProperties मेथड

TypeInfo::GetProperties() const method

वर्तमान प्रकार की सभी सार्वजनिक प्रॉपर्टीज़ लौटाता है।

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties() const

संबंधित देखें

TypeInfo::GetProperties(System::Reflection::BindingFlags) const method

निर्दिष्ट बाइंडिंग प्रतिबंधों का उपयोग करके वर्तमान Type की गुणों की खोज करता है।

ArrayPtr<SharedPtr<System::Reflection::PropertyInfo>> System::TypeInfo::GetProperties(System::Reflection::BindingFlags bindingAttr) const

संबंधित देखें