ConfigurationExtensibility Class
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.
Provides the surface area for configuration and extension state management.
public class ConfigurationExtensibility : Microsoft.VisualStudio.Extensibility.ExtensibilityPoint
type ConfigurationExtensibility = class
inherit ExtensibilityPoint
Public Class ConfigurationExtensibility
Inherits ExtensibilityPoint
- Inheritance
Constructors
ConfigurationExtensibility(ExtensibilityPoint) |
Initializes a new instance of the ConfigurationExtensibility class. |
Properties
IsDisposed |
Gets a value indicating whether the object is disposed. (Inherited from ExtensibilityPoint) |
LocalServiceProvider |
Gets the local service provider. (Inherited from ExtensibilityPoint) |
ResourceDictionary |
Gets the resource dictionary instance for querying localized strings. (Inherited from ExtensibilityPoint) |
ServiceBroker |
Gets the underlying service broker instance. (Inherited from ExtensibilityPoint) |
ServiceBrokerClient |
Gets the service broker client instance that can be used to query for brokered services. (Inherited from ExtensibilityPoint) |
TraceSource |
Gets the trace source instance to utilize for logging. (Inherited from ExtensibilityPoint) |
Methods
Dispose() | (Inherited from ExtensibilityPoint) |
Dispose(Boolean) |
Disposes the instane and underlying proxies. (Inherited from ExtensibilityPoint) |
GetPersistedStateAsync<T>(String, T, CancellationToken) |
Gets the persisted value for an extension scoped runtime state. |
ThrowIfDisposed() |
Throws if object is disposed. (Inherited from ExtensibilityPoint) |
WritePersistedStateAsync<T>(String, T, CancellationToken) |
Write a persisted value for an extension scoped runtime state. |
Events
Disposing |
Raised when object is being disposed. (Inherited from ExtensibilityPoint) |