'Declaration
<ExtensionAttribute()> <NotNullAttribute()> Public Shared Function GetDisplayText( _ ByVal technologies As OpcTechnologies _ ) As String
'Usage
Dim technologies As OpcTechnologies Dim value As String value = OpcTechnologiesExtension.GetDisplayText(technologies)
[Extension()] [NotNull()] public static string GetDisplayText( OpcTechnologies technologies )
[Extension()] [NotNull()] public: static String^ GetDisplayText( OpcTechnologies technologies )
Parameters
- technologies
- The technology or technologies for which the display text will be determined.
Return Value
This method never returns null
(Nothing
in Visual Basic).