Visual Basic (Declaration) | |
---|---|
Public Property BindingData As MemoryStream |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public MemoryStream BindingData {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property MemoryStream* get_BindingData(); public: __property void set_BindingData( MemoryStream* value ); |
C++/CLI | |
---|---|
public: property MemoryStream^ BindingData { MemoryStream^ get(); void set (MemoryStream^ value); } |
Return Value
MemoryStream contains the extra data added or to be added with the image in DataBinding process.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