IToolboxItemDiscovery.GetItemInfo(IToolboxType) 메서드

정의

지정된 형식에 해당하는 IToolboxItemInfo를 반환합니다.

public:
 Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
public:
 Microsoft::VisualStudio::Shell::IToolboxItemInfo ^ GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType ^ type);
Microsoft::VisualStudio::Shell::IToolboxItemInfo GetItemInfo(Microsoft::VisualStudio::Shell::IToolboxType const & type);
public Microsoft.VisualStudio.Shell.IToolboxItemInfo GetItemInfo (Microsoft.VisualStudio.Shell.IToolboxType type);
abstract member GetItemInfo : Microsoft.VisualStudio.Shell.IToolboxType -> Microsoft.VisualStudio.Shell.IToolboxItemInfo
Public Function GetItemInfo (type As IToolboxType) As IToolboxItemInfo

매개 변수

type
IToolboxType

유효한 도구 상자 컨트롤 형식입니다.

반환

이 형식에 대한 정보이거나 형식이 이 공급자가 인식하는 유효한 도구 상자 컨트롤 형식이 아닌 경우 null입니다.

설명

이 메서드는 형식의 type 원본(예: 확장 SDK)에 따라 다른 정보를 제공해야 하는 경우 인수의 형식을 검사해야 합니다. IToolboxType에서 파생되는 IToolbox*Type 인터페이스를 참조하세요.

이 메서드는 백그라운드 스레드에서 호출될 수 있습니다.

적용 대상