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
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
.NET