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
'Декларация
ReadOnly Property Picture As Object
Get
Object Picture { get; }
property Object^ Picture {
Object^ get ();
}
abstract Picture : Object
function get Picture () : Object
Property Value
Type: System.Object
A picture object.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.