ExtensionPartAttribute(Type, String[]) Constructor
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.
Initializes a new instance of the ExtensionPartAttribute class.
public ExtensionPartAttribute (Type interfaceType, string[]? configurationProperties = default);
new Microsoft.VisualStudio.Extensibility.ExtensionPartAttribute : Type * string[] -> Microsoft.VisualStudio.Extensibility.ExtensionPartAttribute
Public Sub New (interfaceType As Type, Optional configurationProperties As String() = Nothing)
Parameters
- configurationProperties
- String[]
The name of the properties containing the configuration of the type this attribute is applied to.