IVsToolboxItemProvider2.GetItemContentAsync(String, UInt16) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ GetItemContentAsync(System::String ^ szItemID, System::UInt16 format);
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ GetItemContentAsync(Platform::String ^ szItemID, unsigned short format);
Microsoft::VisualStudio::Shell::Interop::IVsTask GetItemContentAsync(std::wstring const & szItemID, unsigned short format);
public Microsoft.VisualStudio.Shell.Interop.IVsTask GetItemContentAsync (string szItemID, ushort format);
abstract member GetItemContentAsync : string * uint16 -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function GetItemContentAsync (szItemID As String, format As UShort) As IVsTask
Parameters
- szItemID
- String
- format
- UInt16