ProvideToolboxItemDiscoveryAttribute.ItemDiscoveryType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the type of the IToolboxItemDiscovery implementation.
public:
property Type ^ ItemDiscoveryType { Type ^ get(); };
public:
property Platform::Type ^ ItemDiscoveryType { Platform::Type ^ get(); };
public Type ItemDiscoveryType { get; }
member this.ItemDiscoveryType : Type
Public ReadOnly Property ItemDiscoveryType As Type