共用方式為


MarkupExtension.ProvideValue 方法

定義

在衍生類別中實作時,傳回物件,這個物件提供為這個標記延伸的目標屬性值。

protected:
 virtual Platform::Object ^ ProvideValue() = ProvideValue;
IInspectable ProvideValue();
protected virtual object ProvideValue();
function provideValue()
Protected Overridable Function ProvideValue () As Object

傳回

Object

Platform::Object

IInspectable

要在套用延伸的屬性上設定的物件值。

適用於