IVsUserContextItemProvider.PackedAttributeLookup(String, String, IVsUserContextItemCollection) Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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]
- pplist
- IVsUserContextItemCollection
Gibt zurück
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
);