| Visual Basic (Declaration) | |
|---|---|
ReadOnly Property Image As AddInImage | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As IAddInOptions Dim value As AddInImage value = instance.Image | |
| C# | |
|---|---|
AddInImage Image {get;} | |
| C++/CLI | |
|---|---|
property AddInImage^ Image { AddInImage^ get(); } | |
Property Value
The image image to display.Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7
Copy Code