IDirList.get_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.
Returns the description of the directory list.
C++
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
- pbstrDescription
- String
[out] String containing the description of the directory list.
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 |