VCCodeAttribute.Picture 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取将用作用户界面中的图标的图片动画对象。
public:
property System::Object ^ Picture { System::Object ^ get(); };
public:
property Platform::Object ^ Picture { Platform::Object ^ get(); };
[System.Runtime.InteropServices.DispId(516)]
public object Picture { [System.Runtime.InteropServices.DispId(516)] [System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)] get; }
[<System.Runtime.InteropServices.DispId(516)>]
[<get: System.Runtime.InteropServices.DispId(516)>]
[<get: System.Runtime.InteropServices.TypeLibFunc(System.Runtime.InteropServices.TypeLibFuncFlags.FNonBrowsable)>]
member this.Picture : obj
Public ReadOnly Property Picture As Object
属性值
图片对象。
- 属性