DatePickerFlyoutItem.GetIndexedProperty(String, TypeName) Метод

Определение

Извлекает объект поддержки ICustomProperty пользовательского свойства, указывая имя свойства и тип индексированных коллекций.

public:
 virtual ICustomProperty ^ GetIndexedProperty(Platform::String ^ name, TypeName type) = GetIndexedProperty;
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

Параметры

name
String

Platform::String

winrt::hstring

Имя настраиваемого свойства.

type
TypeName Type

Тип индексированных коллекций, указанный как TypeName (для расширений компонентов Visual C++ (C++/CX)) или System.Type (для C#/VB).

Возвращаемое значение

Возвращенный вспомогательный объект для настраиваемого свойства или значение NULL.

Реализации

M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(System.String,Windows.UI.Xaml.Interop.TypeName) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(System.String,System.Type) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(Platform::String,Windows.UI.Xaml.Interop.TypeName) M:Windows.UI.Xaml.Data.ICustomPropertyProvider.GetIndexedProperty(winrt::hstring,Windows.UI.Xaml.Interop.TypeName)

Применяется к