IVsSimpleBrowseComponentSet.get_ChildListOptions(UInt32) 方法

定义

返回符号的子列表的选项。 此列表由 IVsSimpleObjectList2 接口描述。

public:
 int get_ChildListOptions([Runtime::InteropServices::Out] System::UInt32 % pdwOptions);
public int get_ChildListOptions (out uint pdwOptions);
abstract member get_ChildListOptions : uint32 -> int
Public Function get_ChildListOptions (ByRef pdwOptions As UInteger) As Integer

参数

pdwOptions
UInt32

值或值的组合 _BROWSE_COMPONENT_SET_OPTIONS

返回

Int32

如果该方法成功,则它会返回 S_OK。 如果该方法失败,则会返回错误代码。

实现

适用于