Class IsFullTrustExtension
A MarkupExtension which executes different code based on trust level.
Inheritance
Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls.dll
Syntax
public class IsFullTrustExtension : MarkupExtension
Constructors
IsFullTrustExtension()
Declaration
public IsFullTrustExtension()
Properties
Content
Gets or sets XAML content which should be applied if application is executed in full trust environment.
Declaration
public string Content { get; set; }
Property Value
System.String
|
Methods
ProvideValue(IServiceProvider)
When implemented in a derived class, returns an object that is set as the value of the target property for this markup extension.
Declaration
public override object ProvideValue(IServiceProvider serviceProvider)
Parameters
System.IServiceProvider
serviceProvider
Object that can provide services for the markup extension. |
Returns
System.Object
The object value to set on the property where the extension is applied. |