ProjectTabDesigner.GetProjectDesignerTabIds(IVsHierarchy, String) Method

Definition

Gets applicable tab Ids for a given project and designer Id

public:
 static cli::array <System::String ^> ^ GetProjectDesignerTabIds(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ project, System::String ^ designerId);
public:
 static Platform::Array <Platform::String ^> ^ GetProjectDesignerTabIds(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy ^ project, Platform::String ^ designerId);
 static std::Array <std::wstring const &> GetProjectDesignerTabIds(Microsoft::VisualStudio::Shell::Interop::IVsHierarchy const & project, std::wstring const & designerId);
public static string[] GetProjectDesignerTabIds (Microsoft.VisualStudio.Shell.Interop.IVsHierarchy project, string designerId);
static member GetProjectDesignerTabIds : Microsoft.VisualStudio.Shell.Interop.IVsHierarchy * string -> string[]
Public Shared Function GetProjectDesignerTabIds (project As IVsHierarchy, designerId As String) As String()

Parameters

project
IVsHierarchy

The project that this check is made against

designerId
String

The target designer id

Returns

String[]

Tab Ids that are available for the project

Applies to