IVsUserContextItemProvider.PackedAttributeLookup 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.
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]
- pplist
- IVsUserContextItemCollection
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
);