VCCodeFunction.Picture Property

Gets a picture automation object to be used as an icon in the user interface.

Namespace:  Microsoft.VisualStudio.VCCodeModel
Assembly:  Microsoft.VisualStudio.VCCodeModel (in Microsoft.VisualStudio.VCCodeModel.dll)

Syntax

'Declaration
ReadOnly Property Picture As Object
Object Picture { get; }
property Object^ Picture {
    Object^ get ();
}
abstract Picture : Object with get
function get Picture () : Object

Property Value

Type: Object
A picture object.

.NET Framework Security

See Also

Reference

VCCodeFunction Interface

Microsoft.VisualStudio.VCCodeModel Namespace