IVsUserContextItemProvider::PackedAttributeLookup Method (String^, String^, IVsUserContextItemCollection^)

 

Looks up attributes.

Namespace:   Microsoft.VisualStudio.Shell.Interop
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::Int32

If 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
);
Return to top
Show: