Selector Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the selector for the current weak reference.

Namespace:  Microsoft.SPOT
Assembly:  Microsoft.SPOT.Native (in Microsoft.SPOT.Native.dll)

Syntax

'Declaration
Public ReadOnly Property Selector As Type
public Type Selector { get; }
public:
property Type^ Selector {
    Type^ get ();
}
member Selector : Type
function get Selector () : Type

Property Value

Type: System. . :: . .Type
The selector for the current weak reference.

.NET Framework Security

See Also

Reference

ExtendedWeakReference Class

Microsoft.SPOT Namespace