다음을 통해 공유


ExtensionPartAttribute.DescriptorFactoryType Property

Definition

Gets or sets the descriptor factory type that will be used to create the descriptor for services representing extension parts. The type must implement Microsoft.VisualStudio.Extensibility.ExtensionPartServiceFactory from Microsoft.VisualStudio.Extensibility.Framework package.

public Type? DescriptorFactoryType { get; set; }
member this.DescriptorFactoryType : Type with get, set
Public Property DescriptorFactoryType As Type

Property Value

Applies to