IVsPlatformReferenceProviderContext3.SetTabTitle(UInt32, String) 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:
void SetTabTitle(System::UInt32 etabId, System::String ^ szTabTitle);
public:
void SetTabTitle(unsigned int etabId, Platform::String ^ szTabTitle);
void SetTabTitle(unsigned int etabId, std::wstring const & szTabTitle);
public void SetTabTitle (uint etabId, string szTabTitle);
abstract member SetTabTitle : uint32 * string -> unit
Public Sub SetTabTitle (etabId As UInteger, szTabTitle As String)
Parameters
- etabId
- UInt32
- szTabTitle
- String