IDirList.put_Description(String) Method
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);
C++/CX
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
- bstrDescription
- String
[in] String containing the new description.
If the method succeeds, it returns S_OK. If it fails, it returns an error code.
- Attributes
Proizvod | Verzije |
---|---|
Visual Studio SDK | 2015, 2017, 2019, 2022 |