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
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.