IPropertySetterInfo.SelectProperty(IBuilderContext, Type, String) 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.
public:
System::Reflection::PropertyInfo ^ SelectProperty(Microsoft::Practices::ObjectBuilder::IBuilderContext ^ context, Type ^ type, System::String ^ id);
public System.Reflection.PropertyInfo SelectProperty (Microsoft.Practices.ObjectBuilder.IBuilderContext context, Type type, string id);
abstract member SelectProperty : Microsoft.Practices.ObjectBuilder.IBuilderContext * Type * string -> System.Reflection.PropertyInfo
Public Function SelectProperty (context As IBuilderContext, type As Type, id As String) As PropertyInfo
Parameters
- context
- IBuilderContext
- type
- Type
- id
- String