VCCodeClass.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
用法
Dim instance As VCCodeClass
Dim value As Object

value = instance.Picture
Object Picture { get; }
property Object^ Picture {
    Object^ get ();
}
function get Picture () : Object

Property Value

Type: System.Object

A picture object.

Permissions

See Also

Reference

VCCodeClass Interface

VCCodeClass Members

Microsoft.VisualStudio.VCCodeModel Namespace