Gets or sets the
AnnPicture object associated with this
AnnAudioObject.
Syntax
Visual Basic (Declaration) | |
---|
Overrides Public Property Picture As AnnPicture |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As AnnAudioObject
Dim value As AnnPicture
instance.Picture = value
value = instance.Picture
|
Managed Extensions for C++ | |
---|
public: __property AnnPicture* get_Picture()override ;
public: __property void set_Picture(
AnnPicture* value
)override ; |
Return Value
The
AnnPicture object associated with this
AnnAudioObject.
Example
Remarks
Requirements
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
See Also