IDirList.get_Title(String) Method

Definition

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

Applies to