ICustomPropertyProvider.GetIndexedProperty(String, TypeName) 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.
Gets a custom property's ICustomProperty support object by specifying a property name and the type of the indexed collection.
public:
ICustomProperty ^ GetIndexedProperty(Platform::String ^ name, TypeName type);
ICustomProperty GetIndexedProperty(winrt::hstring const& name, TypeName const& type);
public ICustomProperty GetIndexedProperty(string name, System.Type type);
function getIndexedProperty(name, type)
Public Function GetIndexedProperty (name As String, type As Type) As ICustomProperty
Parameters
- name
-
String
Platform::String
winrt::hstring
The name of the property to get the support object for.
Returns
The returned support object for the custom property, or nullptr.