AdornerProperties.SetModel(DependencyObject, ModelItem) 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 void SetModel(System::Windows::DependencyObject ^ adorner, Microsoft::VisualStudio::DesignTools::Extensibility::Model::ModelItem ^ value);
public static void SetModel (System.Windows.DependencyObject adorner, Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem value);
static member SetModel : System.Windows.DependencyObject * Microsoft.VisualStudio.DesignTools.Extensibility.Model.ModelItem -> unit
Public Shared Sub SetModel (adorner As DependencyObject, value As ModelItem)
Parameters
- adorner
- DependencyObject
- value
- ModelItem