共用方式為


IQuickInfoSession.QuickInfoContent 屬性

取得此工作階段將顯示的內容。

命名空間:  Microsoft.VisualStudio.Language.Intellisense
組件:  Microsoft.VisualStudio.Language.Intellisense (在 Microsoft.VisualStudio.Language.Intellisense.dll 中)

語法

'宣告
ReadOnly Property QuickInfoContent As BulkObservableCollection(Of Object)
BulkObservableCollection<Object> QuickInfoContent { get; }
property BulkObservableCollection<Object^>^ QuickInfoContent {
    BulkObservableCollection<Object^>^ get ();
}
abstract QuickInfoContent : BulkObservableCollection<Object> with get
function get QuickInfoContent () : BulkObservableCollection<Object>

屬性值

類型:Microsoft.VisualStudio.Language.Intellisense.BulkObservableCollection<Object>
內容。

備註

支援數種類型的內容,包括字串、 ITextBuffer執行個體,以及UIElement執行個體。

.NET Framework 安全性

請參閱

參考

IQuickInfoSession 介面

Microsoft.VisualStudio.Language.Intellisense 命名空間