Package.IVsToolboxItemProvider2.GetItemContentAsync(String, UInt16) Method

Definition

 virtual Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Microsoft.VisualStudio.Shell.Interop.IVsToolboxItemProvider2.GetItemContentAsync(System::String ^ itemId, System::UInt16 format) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxItemProvider2::GetItemContentAsync;
 virtual Microsoft::VisualStudio::Shell::Interop::IVsTask ^ Microsoft.VisualStudio.Shell.Interop.IVsToolboxItemProvider2.GetItemContentAsync(Platform::String ^ itemId, unsigned short format) = Microsoft::VisualStudio::Shell::Interop::IVsToolboxItemProvider2::GetItemContentAsync;
Microsoft::VisualStudio::Shell::Interop::IVsTask Microsoft.VisualStudio.Shell.Interop.IVsToolboxItemProvider2.GetItemContentAsync(std::wstring const & itemId, unsigned short format);
Microsoft.VisualStudio.Shell.Interop.IVsTask IVsToolboxItemProvider2.GetItemContentAsync (string itemId, ushort format);
abstract member Microsoft.VisualStudio.Shell.Interop.IVsToolboxItemProvider2.GetItemContentAsync : string * uint16 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
override this.Microsoft.VisualStudio.Shell.Interop.IVsToolboxItemProvider2.GetItemContentAsync : string * uint16 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Function GetItemContentAsync (itemId As String, format As UShort) As IVsTask Implements IVsToolboxItemProvider2.GetItemContentAsync

Parameters

itemId
String
format
UInt16

Returns

Implements

Applies to