Visual Basic (Declaration) | |
---|---|
Public Shared Function GetDataType( _ ByVal type As RasterCommentMetadataType _ ) As RasterCommentMetadataDataType |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public static RasterCommentMetadataDataType GetDataType( RasterCommentMetadataType type ) |
Managed Extensions for C++ | |
---|---|
public: static RasterCommentMetadataDataType GetDataType( RasterCommentMetadataType type ) |
C++/CLI | |
---|---|
public: static RasterCommentMetadataDataType GetDataType( RasterCommentMetadataType type ) |
Parameters
- type
- The RasterCommentMetadataType for which to get its RasterCommentMetadataDataType.
Return Value
The RasterCommentMetadataDataType for the specified RasterCommentMetadataType.For an example, refer to IptcSeparator.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family