IDirList.put_Title(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.
Change the title of the directory list.
public:
int put_Title(System::String ^ bstrTitle);
public:
int put_Title(Platform::String ^ bstrTitle);
int put_Title(std::wstring const & bstrTitle);
[System.Runtime.InteropServices.DispId(1610743812)]
public int put_Title (string bstrTitle);
[<System.Runtime.InteropServices.DispId(1610743812)>]
abstract member put_Title : string -> int
Public Function put_Title (bstrTitle As String) As Integer
Parameters
- bstrTitle
- String
String containing the new title for the directory list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes