MetadataImporter.PolicyImportExtensions 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 policy importers that the importer calls to process policy assertions.
public:
property System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IPolicyImportExtension ^> ^ PolicyImportExtensions { System::Collections::Generic::KeyedByTypeCollection<System::ServiceModel::Description::IPolicyImportExtension ^> ^ get(); };
public System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IPolicyImportExtension> PolicyImportExtensions { get; }
member this.PolicyImportExtensions : System.Collections.Generic.KeyedByTypeCollection<System.ServiceModel.Description.IPolicyImportExtension>
Public ReadOnly Property PolicyImportExtensions As KeyedByTypeCollection(Of IPolicyImportExtension)
Property Value
A collection of policy importers that the MetadataImporter uses to process policy assertions.
Remarks
Use the PolicyImportExtensions property to add or remove policy importers that are invoked to process policy assertions in the metadata.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.