MetadataSupport.GetModelsOfMetadataArtifact(String, Type) Method
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.
public:
static System::Collections::Generic::IEnumerable<Microsoft::Dynamics::AX::Metadata::MetaModel::ModelInfo ^> ^ GetModelsOfMetadataArtifact(System::String ^ name, Type ^ type);
public static System.Collections.Generic.IEnumerable<Microsoft.Dynamics.AX.Metadata.MetaModel.ModelInfo> GetModelsOfMetadataArtifact (string name, Type type);
static member GetModelsOfMetadataArtifact : string * Type -> seq<Microsoft.Dynamics.AX.Metadata.MetaModel.ModelInfo>
Public Shared Function GetModelsOfMetadataArtifact (name As String, type As Type) As IEnumerable(Of ModelInfo)
Parameters
- name
- String
- type
- Type
Returns
IEnumerable<Microsoft.Dynamics.AX.Metadata.MetaModel.ModelInfo>