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
Col·laboreu amb nosaltres a GitHub
La font d'aquest contingut es pot trobar al GitHub, on també podeu crear i revisar problemes i sol·licituds d'extracció. Per obtenir més informació, consulteu la nostra guia per a col·laboradors.