ExtensionPointRegistrationAttribute.ExtensionProviderType 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.
The type of the extension provider (the interface implemented)
protected:
abstract property Type ^ ExtensionProviderType { Type ^ get(); };
protected:
abstract property Platform::Type ^ ExtensionProviderType { Platform::Type ^ get(); };
protected abstract Type ExtensionProviderType { get; }
member this.ExtensionProviderType : Type
Protected MustOverride ReadOnly Property ExtensionProviderType As Type