Sdílet prostřednictvím


FeatureManager.OnFeatureAvailable – metoda

Zvýší FeatureAvailable událostí.

Obor názvů:  Microsoft.Windows.Design.Features
Sestavení:  Microsoft.Windows.Design.Extensibility (v Microsoft.Windows.Design.Extensibility.dll)

Syntaxe

'Deklarace
Protected Overridable Sub OnFeatureAvailable ( _
    e As FeatureAvailableEventArgs _
)
protected virtual void OnFeatureAvailable(
    FeatureAvailableEventArgs e
)
protected:
virtual void OnFeatureAvailable(
    FeatureAvailableEventArgs^ e
)
abstract OnFeatureAvailable : 
        e:FeatureAvailableEventArgs -> unit 
override OnFeatureAvailable : 
        e:FeatureAvailableEventArgs -> unit 
protected function OnFeatureAvailable(
    e : FeatureAvailableEventArgs
)

Parametry

Zabezpečení rozhraní .NET Framework

Viz také

Odkaz

FeatureManager Třída

Microsoft.Windows.Design.Features – obor názvů

FeatureProvider

FeatureConnector<TFeatureProviderType>

Další zdroje

Feature Providers and Feature Connectors

Understanding WPF Designer Extensibility