IVsPlatformReferenceProviderContext2.SetNoItemsMessageForTab 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.
Sets the custom no items message for the specified tab.
public:
void SetNoItemsMessageForTab(System::UInt32 etabId, System::String ^ bstrNoItemsMessage);
public:
void SetNoItemsMessageForTab(unsigned int etabId, Platform::String ^ bstrNoItemsMessage);
void SetNoItemsMessageForTab(unsigned int etabId, std::wstring const & bstrNoItemsMessage);
public void SetNoItemsMessageForTab (uint etabId, string bstrNoItemsMessage);
abstract member SetNoItemsMessageForTab : uint32 * string -> unit
Public Sub SetNoItemsMessageForTab (etabId As UInteger, bstrNoItemsMessage As String)
Parameters
- etabId
- UInt32
[in] The set of tabs in which to set the custom no items message.
- bstrNoItemsMessage
- String
[in] The custom no items message to set.