IVsUserContextItemProvider.PackedAttributeLookup(String, String, IVsUserContextItemCollection) Метод

Определение

Ищет атрибуты.

public:
 int PackedAttributeLookup(System::String ^ pwzRequired, System::String ^ pwzScope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ % pplist);
public:
 int PackedAttributeLookup(Platform::String ^ pwzRequired, Platform::String ^ pwzScope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection ^ &  pplist);
int PackedAttributeLookup(std::wstring const & pwzRequired, std::wstring const & pwzScope, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Shell::Interop::IVsUserContextItemCollection const & & pplist);
public int PackedAttributeLookup (string pwzRequired, string pwzScope, out Microsoft.VisualStudio.Shell.Interop.IVsUserContextItemCollection pplist);
abstract member PackedAttributeLookup : string * string * IVsUserContextItemCollection -> int
Public Function PackedAttributeLookup (pwzRequired As String, pwzScope As String, ByRef pplist As IVsUserContextItemCollection) As Integer

Параметры

pwzRequired
String

[in]

pwzScope
String

[in]

Возвращаемое значение

Int32

Если метод завершается успешно, возвращает значение S_OK. В противном случае функция возвращает код ошибки.

Комментарии

Подпись COM

Из context. IDL:

HRESULT IVsUserContextItemProvider::PackedAttributeLookup(  
   [in] LPCOLESTR pwzRequired,   
   [in] LPCOLESTR pwzScope,   
   [out] IVsUserContextItemCollection ** ppList  
);  

Применяется к