Class ExternalPart
Defines a base class for specifying parts of a Silverlight application that are external to the application package (.xap file).
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows
Assembly: OpenSilver.dll
Syntax
[NotImplemented]
public class ExternalPart : DependencyObject, IDependencyObject
Properties
| Improve this Doc View SourceSource
Gets or sets the URI of the external part.
Declaration
public virtual Uri Source { get; set; }
Property Value
Type | Description |
---|---|
System.Uri | The URI of the external part. |