C# Class WPF.JoshSmith.Markup.IfFullTrustExtension

Inheritance: System.Windows.Markup.MarkupExtension
Afficher le fichier Open project: Warewolf-ESB/Warewolf

Méthodes publiques

Méthode Description
ProvideValue ( IServiceProvider sp ) : object

Returns the objects declared by the Xaml property or null, if running in partial-trust.

Private Methods

Méthode Description
IfFullTrustExtension ( ) : System

Method Details

ProvideValue() public méthode

Returns the objects declared by the Xaml property or null, if running in partial-trust.
public ProvideValue ( IServiceProvider sp ) : object
sp IServiceProvider
Résultat object