IVsPlatformReferenceProviderContext2::SetNoItemsMessageForTab Method (UInt32, String^)

Visual Studio 2015
 

Sets the custom no items message for the specified tab.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime (in Microsoft.VisualStudio.Shell.Interop.14.0.DesignTime.dll)

void SetNoItemsMessageForTab(
	unsigned int etabId,
	String^ bstrNoItemsMessage
)

Parameters

etabId
Type: System::UInt32

[in] The set of tabs in which to set the custom no items message.

bstrNoItemsMessage
Type: System::String^

[in] The custom no items message to set.

Return to top
Show: