IModelComponent Interface
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.
Represents a model component.
[System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")]
public interface IModelComponent : IDisposable, System.ComponentModel.IComponent
[<System.Runtime.InteropServices.Guid("3DA9FC8D-5AEA-404e-9C73-F9F393B9FFD3")>]
type IModelComponent = interface
interface IComponent
interface IDisposable
Public Interface IModelComponent
Implements IComponent, IDisposable
- Derived
- Attributes
- Implements
Properties
FriendlyPath |
Gets a friendly path for this object. |
OwningCollection |
Gets or sets the collection that owns the current object. |
Parent |
Gets the parent IModelComponent of this object. |