'Declaration
<DebuggerBrowsableAttribute(DebuggerBrowsableState.Never)> <NotNullAttribute()> Public Shared ReadOnly Property Local As HostElement
'Usage
Dim value As HostElement value = HostElement.Local
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public static HostElement Local {get;}
[DebuggerBrowsable(DebuggerBrowsableState.Never)] [NotNull()] public: static property HostElement^ Local { HostElement^ get(); }