Visual Basic (Declaration) | |
---|---|
Public ReadOnly Property Data As IntPtr |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As CodecsExtension Dim value As IntPtr value = instance.Data |
C# | |
---|---|
public IntPtr Data {get;} |
Property Value
An System.IntPtr that points to the unmanaged extension data. If the extension data is a stream, this property will be IntPtr.Zero.For an example, refer to RasterCodecs.ReadExtensions.
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)