'Declaration
<ExtensionAttribute()> <PureAttribute()> Public Shared Function ReferenceTypeImplied( _ ByVal elementType As UABrowsePathElementType _ ) As Boolean
'Usage
Dim elementType As UABrowsePathElementType Dim value As Boolean value = UABrowsePathElementTypeExtension.ReferenceTypeImplied(elementType)
[Extension()] [Pure()] public static bool ReferenceTypeImplied( UABrowsePathElementType elementType )
[Extension()] [Pure()] public: static bool ReferenceTypeImplied( UABrowsePathElementType elementType )
Parameters
- elementType
- The browse path element type to be tested.
Return Value
true
if the given element type implies a reference type; otherwise, returns false
.