IRemoteTypeContract.GetProperty Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
Geçerli IRemoteTypeContractöğesinin belirtilen özelliğine erişim sağlayan bir IRemotePropertyInfoContract döndürür.
public:
System::AddIn::Contract::Automation::IRemotePropertyInfoContract ^ GetProperty(System::String ^ name, System::Reflection::BindingFlags bindingFlags, System::AddIn::Contract::Automation::IRemoteTypeContract ^ remoteReturnType, System::AddIn::Contract::Collections::IArrayContract<System::AddIn::Contract::Automation::IRemoteTypeContract ^> ^ remoteTypes);
public System.AddIn.Contract.Automation.IRemotePropertyInfoContract GetProperty (string name, System.Reflection.BindingFlags bindingFlags, System.AddIn.Contract.Automation.IRemoteTypeContract remoteReturnType, System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.Automation.IRemoteTypeContract> remoteTypes);
abstract member GetProperty : string * System.Reflection.BindingFlags * System.AddIn.Contract.Automation.IRemoteTypeContract * System.AddIn.Contract.Collections.IArrayContract<System.AddIn.Contract.Automation.IRemoteTypeContract> -> System.AddIn.Contract.Automation.IRemotePropertyInfoContract
Public Function GetProperty (name As String, bindingFlags As BindingFlags, remoteReturnType As IRemoteTypeContract, remoteTypes As IArrayContract(Of IRemoteTypeContract)) As IRemotePropertyInfoContract
Parametreler
- name
- String
Geçerli IRemoteTypeContractözelliğinin adı.
- bindingFlags
- BindingFlags
Yöntemin BindingFlags nasıl arandığını belirten değerlerin bit düzeyinde birleşimi.
- remoteReturnType
- IRemoteTypeContract
IRemoteTypeContract özelliğinin dönüş türünü belirten bir.
- remoteTypes
- IArrayContract<IRemoteTypeContract>
IArrayContract<C> Belirtilen özelliğin IRemoteTypeContract parametrelerini temsil eden nesnelerden biri.
Döndürülenler
IRemotePropertyInfoContract Bulunursa belirtilen özelliğe erişim sağlayan; aksi takdirde , null
.