IVsUserContextItemProvider::PackedAttributeLookup Method (String^, String^, IVsUserContextItemCollection^)
Visual Studio 2015
Looks up attributes.
Assembly: Microsoft.VisualStudio.Shell.Interop (in Microsoft.VisualStudio.Shell.Interop.dll)
int PackedAttributeLookup(
String^ pwzRequired,
String^ pwzScope,
[OutAttribute] IVsUserContextItemCollection^% pplist
)
Parameters
- pwzRequired
-
Type:
System::String^
[in]
- pwzScope
-
Type:
System::String^
[in]
- Pplist
[out] The list of attributes.
Return Value
Type: System::Int32If the method succeeds, it returns S_OK. If it fails, it returns an error code.
From context.idl:
HRESULT IVsUserContextItemProvider::PackedAttributeLookup( [in] LPCOLESTR pwzRequired, [in] LPCOLESTR pwzScope, [out] IVsUserContextItemCollection ** ppList );
Show: