| Visual Basic (Declaration) | |
|---|---|
Public Shared Function CreateObject( _ ByVal tagTypeSignature As Integer _ ) As IccTagTypeBase | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public static IccTagTypeBase CreateObject( int tagTypeSignature ) | |
| C++/CLI | |
|---|---|
public: static IccTagTypeBase^ CreateObject( int tagTypeSignature ) | |
Parameters
- tagTypeSignature
- Tag type signature for which the object will be created.
Return Value
A new object of the class. This value must be casted into the intended class type.Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family