ExportProvider Properties

The ExportProvider type exposes the following members.

Properties
  NameDescription
Public propertyComponentDescription
Gets the standard component description.
(Inherited from ComponentBase.)
Public propertyComponentId
Gets the component ID.
(Inherited from ComponentBase.)
Public propertyComponentName
Gets the standard component name.
(Inherited from ComponentBase.)
Public propertyCreatesFile
Gets a value indicating whether this export provider creates a file or not.
Public propertyFileExtension
Gets the file extension of the export result.
Public propertyHasCustomConfigurationUI
Gets a value indicating whether this export provider is using a custom configuration UI.
Public propertyIconUri
Gets a value indicating the relative path to be used as the provider's icon in the toolbar.
Public propertyIsEnabled
Gets a value indicating whether the component is enabled.
(Inherited from ComponentBase.)
Public propertyLogger
Gets the logger for the module or extension package corresponding to the component.
(Inherited from ComponentBase.)
Public propertyMimeType
Gets the MIME type of the export result.
Public propertyPackageId
Gets the ID of the extension package to which the component belongs.
(Inherited from ComponentBase.)
Public propertyPropertyDescriptors
Gets the export provider specific property descriptors.
Public propertyProviderKinds
Gets a value indicating whether this export provider is available from share, notifications or both.
Top
See Also