ExportDefinitionBinding Class

Definition

public class ExportDefinitionBinding : IEquatable<Microsoft.VisualStudio.Composition.ExportDefinitionBinding>
type ExportDefinitionBinding = class
    interface IEquatable<ExportDefinitionBinding>
Public Class ExportDefinitionBinding
Implements IEquatable(Of ExportDefinitionBinding)
Inheritance
ExportDefinitionBinding
Implements

Constructors

ExportDefinitionBinding(ExportDefinition, ComposablePartDefinition, MemberRef)

Properties

ExportDefinition
ExportedValueType
ExportedValueTypeRef
ExportingMember

Gets the member with the ExportAttribute applied. null when the export is on the type itself.

ExportingMemberRef

Gets the member with the ExportAttribute applied. The return value is null when the export is on the type itself.

IsStaticExport

Gets a value indicating whether the exporting member is static.

PartDefinition

Methods

Equals(ExportDefinitionBinding)
Equals(Object)
GetHashCode()

Applies to