- _Tags
- The list of tags to add.
| Visual Basic (Declaration) | |
|---|---|
Public Sub AddTags( _ ByVal _Tags As List(Of Long) _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As DicomPropertyGrid Dim _Tags As List(Of Long) instance.AddTags(_Tags) | |
| C# | |
|---|---|
public void AddTags( List<long> _Tags ) | |
| C++/CLI | |
|---|---|
public: void AddTags( List<int64>^ _Tags ) | |
Parameters
- _Tags
- The list of tags to add.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code