Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Enables you to work with content from other technologies (sources) as part of interoperational scenarios.
Inheritance Hierarchy
System. . :: . .Object
Microsoft.SPOT. . :: . .DispatcherObject
Microsoft.SPOT.Presentation..::..PresentationSource
Namespace: Microsoft.SPOT.Presentation
Assembly: Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)
Syntax
'Declaration
Public Class PresentationSource _
Inherits DispatcherObject
public class PresentationSource : DispatcherObject
public ref class PresentationSource : public DispatcherObject
type PresentationSource =
class
inherit DispatcherObject
end
public class PresentationSource extends DispatcherObject
The PresentationSource type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
![]() |
PresentationSource | Initializes a new instance of the PresentationSource class. |
Top
Properties
| Name | Description | |
|---|---|---|
![]() |
RootUIElement | Gets or sets the logical root UI element of a source of content. |
Top
Methods
| Name | Description | |
|---|---|---|
![]() |
CheckAccess | Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.) |
![]() |
Equals(Object) | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) |
![]() |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) |
![]() |
GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() |
VerifyAccess | Determines whether the calling thread has access to the current DispatcherObject object. (Inherited from DispatcherObject.) |
Top
Fields
| Name | Description | |
|---|---|---|
![]() |
Dispatcher | Contains the Dispatcher object that the current DispatcherObject object is associated with. (Inherited from DispatcherObject.) |
Top
Remarks
The PresentationSource class provides static methods for working with the sources of content and the basic visual-layer presentation architecture.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
.gif)
.gif)
.gif)
.gif)