IDirList.get_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.
Get the title of the directory list.
public:
int get_Title([Runtime::InteropServices::Out] System::String ^ % pbstrTitle);
[System.Runtime.InteropServices.DispId(1610743811)]
public int get_Title (out string pbstrTitle);
[<System.Runtime.InteropServices.DispId(1610743811)>]
abstract member get_Title : string -> int
Public Function get_Title (ByRef pbstrTitle As String) As Integer
Parameters
- pbstrTitle
- String
[out] String containing the title of the directory list.
Returns
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes