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