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
Zusammenarbeit auf GitHub
Die Quelle für diesen Inhalt finden Sie auf GitHub, wo Sie auch Issues und Pull Requests erstellen und überprüfen können. Weitere Informationen finden Sie in unserem Leitfaden für Mitwirkende.