IVsPlatformReferenceProviderContext.SetNoItemsMessageForTab Method
Sets the custom no items message for the specified tab.
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.11.0 (in Microsoft.VisualStudio.Shell.Interop.11.0.dll)
Syntax
'Declaration
Sub SetNoItemsMessageForTab ( _
etabId As UInteger, _
bstrNoItemsMessage As String _
)
void SetNoItemsMessageForTab(
uint etabId,
string bstrNoItemsMessage
)
void SetNoItemsMessageForTab(
[InAttribute] unsigned int etabId,
[InAttribute] String^ bstrNoItemsMessage
)
abstract SetNoItemsMessageForTab :
etabId:uint32 *
bstrNoItemsMessage:string -> unit
function SetNoItemsMessageForTab(
etabId : uint,
bstrNoItemsMessage : String
)
Parameters
etabId
Type: UInt32[in] The set of tabs in which to set the custom no items message.
bstrNoItemsMessage
Type: String[in] The custom no items message to set.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.