IVsUserContextItemProvider.PackedAttributeLookup Method

Definition

Looks up attributes.

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

Parameters

pwzRequired
String

[in]

pwzScope
String

[in]

Returns

If the method succeeds, it returns S_OK. If it fails, it returns an error code.

Remarks

COM Signature

From context.idl:

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

Applies to