VCCodeIDLImport.Picture 屬性
取得要在使用者介面中當做圖示使用的圖片 Automation 物件。
命名空間: Microsoft.VisualStudio.VCCodeModel
組件: Microsoft.VisualStudio.VCCodeModel (在 Microsoft.VisualStudio.VCCodeModel.dll 中)
語法
'宣告
ReadOnly Property Picture As Object
Object Picture { get; }
property Object^ Picture {
Object^ get ();
}
abstract Picture : Object with get
function get Picture () : Object
屬性值
型別:System.Object
圖片物件。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。