Get the underlying tag this view is representing. Used internally by AutoTag.
Syntax
| Visual Basic (Declaration) | |
|---|
Public ReadOnly Property UnderlyingTag As BaseTag |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As Tag
Dim value As BaseTag
value = instance.UnderlyingTag |
| C# | |
|---|
public BaseTag UnderlyingTag {get;} |
| Managed Extensions for C++ | |
|---|
public: __property BaseTag* get_UnderlyingTag(); |
| C++/CLI | |
|---|
public:
property BaseTag^ UnderlyingTag {
BaseTag^ get();
} |
Requirements
Platforms: Windows 10, Windows NT, Windows Server
See Also