ExtensionPointRegistrationAttribute.ExtensionProvidersKey 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 path in registry where the extension providers are declared. Override in derived classes.
protected:
abstract property System::String ^ ExtensionProvidersKey { System::String ^ get(); };
protected:
abstract property Platform::String ^ ExtensionProvidersKey { Platform::String ^ get(); };
protected abstract string ExtensionProvidersKey { get; }
member this.ExtensionProvidersKey : string
Protected MustOverride ReadOnly Property ExtensionProvidersKey As String