IDirList.get_Description(String) Method

Definition

Returns the description of the directory list.

public:
 int get_Description([Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
[System.Runtime.InteropServices.DispId(1610743809)]
public int get_Description (out string pbstrDescription);
[<System.Runtime.InteropServices.DispId(1610743809)>]
abstract member get_Description : string -> int
Public Function get_Description (ByRef pbstrDescription As String) As Integer

Parameters

pbstrDescription
String

[out] String containing the description of the directory list.

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Attributes

Applies to