IVsUserContextItemProvider.PackedAttributeLookup(String, String, IVsUserContextItemCollection) Methode

Definition

Sucht Attribute.

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

Parameter

pwzRequired
String

[in]

pwzScope
String

[in]

Gibt zurück

Int32

Wenn die Methode erfolgreich ist, wird S_OK zurückgegeben. Bei einem Fehler wird ein Fehlercode zurückgegeben.

Hinweise

COM-Signatur

Aus Context. idl:

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

Gilt für