ICustomPropertyProvider.GetCustomProperty(String) Method

Definition

Gets a custom property's ICustomProperty support object by specifying a property name.

public:
 ICustomProperty ^ GetCustomProperty(Platform::String ^ name);
ICustomProperty GetCustomProperty(winrt::hstring const& name);
public ICustomProperty GetCustomProperty(string name);
function getCustomProperty(name)
Public Function GetCustomProperty (name As String) 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.

Applies to