This document is archived and information here might be outdated. Recommended version. |
The model the model element is contained within.
[Visual Basic .NET] Public Property Model As IMdModel
[C#] public IMdModel Model {get; set;}
[C++]
HRESULT get_Model(
IMdModel** Model
);
[C++]
HRESULT putref_Model(
IMdModel* Model
);
[C++] Parameters Model [out, retval]
Model is a parameter of type IMdModel** Model [in]
Model is a parameter of type IMdModel*