IVsXMLMemberData6.GetExperimental(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.
Get the experimental tag from the xml documentation. If the tag doesn't exist, returns S_FALSE. If the tag does exist, but has no content pbstrDescription = "" (empty string).
public:
int GetExperimental([Runtime::InteropServices::Out] System::String ^ % pbstrDescription);
public int GetExperimental (out string pbstrDescription);
abstract member GetExperimental : string -> int
Public Function GetExperimental (ByRef pbstrDescription As String) As Integer
Parameters
- pbstrDescription
- String