다음을 통해 공유


ExtensionPartAttribute(Type, String[]) Constructor

Definition

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

interfaceType
Type

The contract interface Type for the extension part.

configurationProperties
String[]

The name of the properties containing the configuration of the type this attribute is applied to.

Applies to