AttributedPartDiscovery.CreatePart(Type, Boolean) 方法

定义

protected override Microsoft.VisualStudio.Composition.ComposablePartDefinition CreatePart (Type partType, bool typeExplicitlyRequested);
override this.CreatePart : Type * bool -> Microsoft.VisualStudio.Composition.ComposablePartDefinition
Protected Overrides Function CreatePart (partType As Type, typeExplicitlyRequested As Boolean) As ComposablePartDefinition

参数

partType
Type
typeExplicitlyRequested
Boolean

返回

ComposablePartDefinition

适用于