CompositionScopeDefinition.PublicSurface Property
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.
Gets a collection of parts visible to the parent scope of this catalog.
public:
virtual property System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ PublicSurface { System::Collections::Generic::IEnumerable<System::ComponentModel::Composition::Primitives::ExportDefinition ^> ^ get(); };
public virtual System.Collections.Generic.IEnumerable<System.ComponentModel.Composition.Primitives.ExportDefinition> PublicSurface { get; }
member this.PublicSurface : seq<System.ComponentModel.Composition.Primitives.ExportDefinition>
Public Overridable ReadOnly Property PublicSurface As IEnumerable(Of ExportDefinition)
Property Value
A collection of parts visible to the parent scope of this catalog.
Remarks
Overriders of this property must not return null
.
Applies to
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.