| Visual Basic (Declaration) | |
|---|---|
Public Shared Function CreateTagType( _ ByVal sourceTagData As IccTagTypeBase, _ ByVal tagTypeSignature As Integer _ ) As IccTagTypeBase | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static IccTagTypeBase CreateTagType( IccTagTypeBase sourceTagData, int tagTypeSignature ) | |
| C++/CLI | |
|---|---|
public: static IccTagTypeBase^ CreateTagType( IccTagTypeBase^ sourceTagData, int tagTypeSignature ) | |
Parameters
- sourceTagData
- Icc class object that contains the tag data.
- tagTypeSignature
- Tag type signature of the tag type that needs to be created.
Return Value
Icc class object that contains the resulted tag.For an additional example, refer to IccProfileSequenceDescriptionTagType.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family