ICustomPropertyProvider.GetCustomProperty(String) Méthode

Définition

Obtient l’objet de prise en charge ICustomProperty d’une propriété personnalisée en spécifiant un nom de propriété.

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

Paramètres

name
String

Platform::String

winrt::hstring

Nom de la propriété pour laquelle obtenir l’objet de prise en charge.

Retours

Objet de prise en charge retourné pour la propriété personnalisée, ou nullptr.

S’applique à