'Declaration
<NotNullAttribute()> Public Shared Function FromComputerElement( _ ByVal computerElement As ComputerElement _ ) As HostElement
'Usage
Dim computerElement As ComputerElement Dim value As HostElement value = HostElement.FromComputerElement(computerElement)
[NotNull()] public static HostElement FromComputerElement( ComputerElement computerElement )
[NotNull()] public: static HostElement^ FromComputerElement( ComputerElement^ computerElement )
Parameters
- computerElement
- The computer element to be converted.
The value of this parameter can be
null
(Nothing
in Visual Basic).
Return Value
If computerElement is
null
, returns a host computer element. Otherwise, returns a new HostElement that refers to the given machine.
This method never returns null
(Nothing
in Visual Basic).