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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.